nspr,nss: split into multiple outputs

Hopefully most references are OK.
This commit is contained in:
Vladimír Čunát
2015-10-13 20:18:44 +02:00
parent bf7403f030
commit ba9b80c7e0
19 changed files with 43 additions and 38 deletions
@@ -10,6 +10,9 @@ stdenv.mkDerivation {
sha256 = "4112ff6ad91d32696ca0c6c3d4abef6367b5dc0127fa172fcb3c3ab81bb2d881";
};
outputs = [ "dev" "out" ];
outputBin = "dev";
preConfigure = ''
cd nspr
'';
@@ -21,6 +24,7 @@ stdenv.mkDerivation {
postInstall = ''
find $out -name "*.a" -delete
_moveToOutput share "$dev" # just aclocal
'';
enableParallelBuilding = true;