ChowPhaser: rename to chow-phaser

This commit is contained in:
Zitrone 2024-06-12 04:36:00 +02:00 committed by Zitrone
parent a479d38d70
commit ec6678c0f6
No known key found for this signature in database
GPG Key ID: 54767E8E66ABED22
3 changed files with 6 additions and 6 deletions

View File

@ -4,14 +4,14 @@
, libsepol, libsysprof-capture, libthai, libxkbcommon, pcre, pkg-config
, python3, sqlite, stdenv }:
stdenv.mkDerivation rec {
pname = "ChowPhaser";
stdenv.mkDerivation (finalAttrs: {
pname = "chow-phaser";
version = "1.1.1";
src = fetchFromGitHub {
owner = "jatinchowdhury18";
repo = "ChowPhaser";
rev = "v${version}";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
sha256 = "sha256-9wo7ZFMruG3QNvlpILSvrFh/Sx6J1qnlWc8+aQyS4tQ=";
};
@ -70,7 +70,8 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/jatinchowdhury18/ChowPhaser";
description = "Phaser effect based loosely on the Schulte Compact Phasing 'A'";
license = with licenses; [ bsd3 ];
mainProgram = "ChowPhaserStereo";
maintainers = with maintainers; [ magnetophon ];
platforms = platforms.linux;
};
}
})

View File

@ -177,6 +177,7 @@ mapAliases ({
chkservice = throw "chkservice has been removed from nixpkgs, as it has been deleted upstream"; # Added 2024-01-08
chocolateDoom = chocolate-doom; # Added 2023-05-01
ChowCentaur = chow-centaur; # Added 2024-06-12
ChowPhaser = chow-phaser; # Added 2024-06-12
CHOWTapeModel = chow-tape-model; # Added 2024-06-12
chrome-gnome-shell = gnome-browser-connector; # Added 2022-07-27
chromiumBeta = throw "'chromiumBeta' has been removed due to the lack of maintenance in nixpkgs. Consider using 'chromium' instead."; # Added 2023-10-18

View File

@ -29975,8 +29975,6 @@ with pkgs;
ChowKick = callPackage ../applications/audio/ChowKick { };
ChowPhaser = callPackage ../applications/audio/ChowPhaser { };
chromium = callPackage ../applications/networking/browsers/chromium (config.chromium or {});
chuck = callPackage ../applications/audio/chuck {