chore(openssl): remove dist files from ssldir
This commit is contained in:
parent
5ecfd546f6
commit
4c0ae9086b
2 changed files with 6 additions and 1 deletions
pkgs/openssl
|
@ -145,6 +145,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
installPhase = ''
|
||||
make DESTDIR=$out install
|
||||
rm -rf $out/etc/ssl/*.dist $out/etc/ssl/misc
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue