Skip to content

Commit

Permalink
Merge pull request #299011 from Stunkymonkey/gnucap-deprecate-phases
Browse files Browse the repository at this point in the history
gnucap: deprecate phases
  • Loading branch information
Mic92 authored Mar 25, 2024
2 parents a55160d + 5209f97 commit a23d5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/gn/gnucap/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ stdenv.mkDerivation rec {

propagatedBuildInputs = selectedPlugins;

phases = [ "installPhase" "fixupPhase" ];
dontUnpack = true;

installPhase = ''
mkdir -p $out/bin
Expand Down

0 comments on commit a23d5d8

Please sign in to comment.