hello-unfree: deprecate phases
This commit is contained in:
parent
bd52b05ad2
commit
d947fc3f3c
@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
pname = "example-unfree-package";
|
||||
version = "1.0";
|
||||
|
||||
phases = [ "installPhase" "fixupPhase" ];
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user