Merge pull request #130799 from Stunkymonkey/ultrastar-manager-phases

This commit is contained in:
Sandro 2021-07-20 18:47:31 +02:00 committed by GitHub
commit 1b9783191b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ let
x86_64-linux = "x64/libbass.so"; x86_64-linux = "x64/libbass.so";
}; };
urlpath = "bass24-linux.zip"; urlpath = "bass24-linux.zip";
sha256 = "1ycvpfa7yyi1qxgflpfzcw1q32f0isd14m9cf351pk8zwndkmp4q"; sha256 = "1lmysxfhy727zskavml3ibg5w876ir88923bm17c21s59w5lh7l8";
}; };
bass_fx = { bass_fx = {

View file

@ -27,7 +27,8 @@ let
in mkDerivation { in mkDerivation {
name = "${src.name}-patched"; name = "${src.name}-patched";
inherit src; inherit src;
phases = [ "unpackPhase" "patchPhase" ];
dontInstall = true;
patchPhase = with lib; '' patchPhase = with lib; ''
# we dont want prebuild binaries checked into version control! # we dont want prebuild binaries checked into version control!