Commit 47c6341a authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

pmix: remove libtool .la files

The libtool files are not needed. Clear the .la files from
the output to reduce the number files.
parent e5b27235
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -32,6 +32,10 @@ stdenv.mkDerivation rec {
    ./autogen.pl
  '';

  postInstall = ''
    find $out/lib/ -name "*.la" -exec rm -f \{} \;
  '';

  enableParallelBuilding = true;

  meta = with lib; {