From d947fc3f3cb47b7e286d177ec0508491210b393a Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 3 Aug 2021 14:04:36 +0200 Subject: [PATCH] hello-unfree: deprecate phases --- pkgs/applications/misc/hello-unfree/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/hello-unfree/default.nix b/pkgs/applications/misc/hello-unfree/default.nix index 7c54c320111..5c9a507fc07 100644 --- a/pkgs/applications/misc/hello-unfree/default.nix +++ b/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