1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

hello-unfree: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-03 14:04:36 +02:00
parent bd52b05ad2
commit d947fc3f3c

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation {
pname = "example-unfree-package";
version = "1.0";
phases = [ "installPhase" "fixupPhase" ];
dontUnpack = true;
installPhase = ''
mkdir -p $out/bin