mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #130799 from Stunkymonkey/ultrastar-manager-phases
This commit is contained in:
commit
1b9783191b
@ -15,7 +15,7 @@ let
|
||||
x86_64-linux = "x64/libbass.so";
|
||||
};
|
||||
urlpath = "bass24-linux.zip";
|
||||
sha256 = "1ycvpfa7yyi1qxgflpfzcw1q32f0isd14m9cf351pk8zwndkmp4q";
|
||||
sha256 = "1lmysxfhy727zskavml3ibg5w876ir88923bm17c21s59w5lh7l8";
|
||||
};
|
||||
|
||||
bass_fx = {
|
||||
|
@ -27,7 +27,8 @@ let
|
||||
in mkDerivation {
|
||||
name = "${src.name}-patched";
|
||||
inherit src;
|
||||
phases = [ "unpackPhase" "patchPhase" ];
|
||||
|
||||
dontInstall = true;
|
||||
|
||||
patchPhase = with lib; ''
|
||||
# we don’t want prebuild binaries checked into version control!
|
||||
|
Loading…
Reference in New Issue
Block a user