Merge pull request #299011 from Stunkymonkey/gnucap-deprecate-phases

gnucap: deprecate phases
This commit is contained in:
Jörg Thalheim 2024-03-25 22:09:37 +01:00 committed by GitHub
commit a23d5d819f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = selectedPlugins;
phases = [ "installPhase" "fixupPhase" ];
dontUnpack = true;
installPhase = ''
mkdir -p $out/bin