rename moveToOutput and propagatedBuildInputs

This commit is contained in:
Luca Bruno
2015-12-02 10:05:36 +01:00
parent 0d2ac2b08c
commit e289717414
26 changed files with 53 additions and 53 deletions
+3 -3
View File
@@ -77,9 +77,9 @@ in stdenv.mkDerivation rec {
LD_LIBRARY_PATH=$out/lib $out/bin/shlibsign -v -i "$libfile"
done
_moveToOutput bin "$tools"
_moveToOutput bin/nss-config "$dev"
_moveToOutput lib/libcrmf.a "$dev" # needed by firefox, for example
moveToOutput bin "$tools"
moveToOutput bin/nss-config "$dev"
moveToOutput lib/libcrmf.a "$dev" # needed by firefox, for example
rm "$out"/lib/*.a
'';