chore(openssl): remove dist files from ssldir

This commit is contained in:
Lars Sjöström 2025-03-12 13:37:59 +01:00
parent 5ecfd546f6
commit 4c0ae9086b
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions
pkgs/openssl

View file

@ -145,6 +145,7 @@ stdenv.mkDerivation rec {
installPhase = ''
make DESTDIR=$out install
rm -rf $out/etc/ssl/*.dist $out/etc/ssl/misc
'';
enableParallelBuilding = true;