mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 15:17:33 +00:00
ultrastar-manager: deprecate phases
This commit is contained in:
parent
87c2751d0b
commit
8adb7faf49
@ -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