mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
ChowCentaur: rename to chow-centaur
This commit is contained in:
parent
40c832b32c
commit
a479d38d70
@ -2,14 +2,14 @@
|
||||
, xcbutilcursor, xcbutilkeysyms, xcbutil, libXrandr, libXinerama, libXcursor
|
||||
, alsa-lib, libjack2, lv2, gcc-unwrapped }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ChowCentaur";
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "chow-centaur";
|
||||
version = "1.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jatinchowdhury18";
|
||||
repo = "KlonCentaur";
|
||||
rev = "v${version}";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "0mrzlf4a6f25xd7z9xanpyq7ybb4al01dzpjsgi0jkmlmadyhc4h";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
@ -50,4 +50,4 @@ stdenv.mkDerivation rec {
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ magnetophon ];
|
||||
};
|
||||
}
|
||||
})
|
@ -176,6 +176,7 @@ mapAliases ({
|
||||
chia-plotter = throw "chia-plotter has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # Added 2023-11-30
|
||||
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
|
||||
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
|
||||
|
@ -29973,8 +29973,6 @@ with pkgs;
|
||||
|
||||
cgif = callPackage ../tools/graphics/cgif { };
|
||||
|
||||
ChowCentaur = callPackage ../applications/audio/ChowCentaur { };
|
||||
|
||||
ChowKick = callPackage ../applications/audio/ChowKick { };
|
||||
|
||||
ChowPhaser = callPackage ../applications/audio/ChowPhaser { };
|
||||
|
Loading…
Reference in New Issue
Block a user