mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #104491 from freezeboy/remove-macpath-droopy
This commit is contained in:
commit
2426a0ea78
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, wrapPython }:
|
{ stdenv, lib, fetchFromGitHub, wrapPython, fetchpatch }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
@ -13,6 +13,13 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "03i1arwyj9qpfyyvccl21lbpz3rnnp1hsadvc0b23nh1z2ng9sff";
|
sha256 = "03i1arwyj9qpfyyvccl21lbpz3rnnp1hsadvc0b23nh1z2ng9sff";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://patch-diff.githubusercontent.com/raw/stackp/Droopy/pull/30.patch";
|
||||||
|
sha256 = "Y6jBraKvVQAiScbvLwezSKeWY3vaAbhaNXEGNaItigQ=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapPython ];
|
nativeBuildInputs = [ wrapPython ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
@ -20752,7 +20752,7 @@ in
|
|||||||
buildServerGui = false;
|
buildServerGui = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
droopy = python37Packages.callPackage ../applications/networking/droopy { };
|
droopy = python3Packages.callPackage ../applications/networking/droopy { };
|
||||||
|
|
||||||
drumgizmo = callPackage ../applications/audio/drumgizmo { };
|
drumgizmo = callPackage ../applications/audio/drumgizmo { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user