parse-cli-bin: deprecate phases
This commit is contained in:
parent
a9f14fc1ad
commit
599378f38f
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
|
||||
phases = "installPhase";
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p "$out/bin"
|
||||
|
Loading…
Reference in New Issue
Block a user