hello-unfree: deprecate phases

launchpad/nixpkgs/master
Felix Buehler 3 years ago
parent bd52b05ad2
commit d947fc3f3c
  1. 2
      pkgs/applications/misc/hello-unfree/default.nix

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

Loading…
Cancel
Save