Merge pull request #104491 from freezeboy/remove-macpath-droopy

This commit is contained in:
Doron Behar 2020-11-28 18:02:19 +02:00 committed by GitHub
commit 2426a0ea78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, wrapPython }:
{ stdenv, lib, fetchFromGitHub, wrapPython, fetchpatch }:
with lib;
@ -13,6 +13,13 @@ stdenv.mkDerivation {
sha256 = "03i1arwyj9qpfyyvccl21lbpz3rnnp1hsadvc0b23nh1z2ng9sff";
};
patches = [
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/stackp/Droopy/pull/30.patch";
sha256 = "Y6jBraKvVQAiScbvLwezSKeWY3vaAbhaNXEGNaItigQ=";
})
];
nativeBuildInputs = [ wrapPython ];
installPhase = ''

View file

@ -20752,7 +20752,7 @@ in
buildServerGui = false;
};
droopy = python37Packages.callPackage ../applications/networking/droopy { };
droopy = python3Packages.callPackage ../applications/networking/droopy { };
drumgizmo = callPackage ../applications/audio/drumgizmo { };