mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
openmpi: delete all libtool .la files
Clear all *.la from lib to reduce the number file in output. These libtool files are not needed.
This commit is contained in:
parent
50de82b10e
commit
a56afaa19e
@ -74,7 +74,7 @@ in stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
rm -f $out/lib/*.la
|
||||
find $out/lib/ -name "*.la" -exec rm -f \{} \;
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user