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
@@ -149,7 +149,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
postInstall = ''_moveToOutput bin "$bin" '';
postInstall = ''moveToOutput bin "$bin" '';
crossAttrs = let
isCygwin = stdenv.cross.libc == "msvcrt";
+1 -1
View File
@@ -150,7 +150,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
postInstall = ''_moveToOutput bin "$bin" '';
postInstall = ''moveToOutput bin "$bin" '';
crossAttrs = let
isCygwin = stdenv.cross.libc == "msvcrt";