lol

openmpi: fix libtool issue #18147 by stripping libtool *.la files

+4
+4
pkgs/development/libraries/openmpi/default.nix
··· 42 42 patchShebangs ompi/mpi/fortran/base/gen-mpi-sizeof.pl 43 43 ''; 44 44 45 + postInstall = '' 46 + rm -f $out/lib/*.la 47 + ''; 48 + 45 49 meta = { 46 50 homepage = http://www.open-mpi.org/; 47 51 description = "Open source MPI-2 implementation";