Merge pull request #33577 from dtzWill/fix/cross-2

Minor cross fixes, 2
This commit is contained in:
John Ericson
2018-01-09 12:36:53 -05:00
committed by GitHub
6 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
pkgs.stdenv.mkDerivation {
name = "ext4-fs.img";
buildInputs = with pkgs; [e2fsprogs libfaketime perl];
nativeBuildInputs = with pkgs; [e2fsprogs libfaketime perl];
# For obtaining the closure of `storePaths'.
exportReferencesGraph =
+1 -1
View File
@@ -8,7 +8,7 @@
stdenv.mkDerivation {
name = "squashfs.img";
buildInputs = [perl squashfsTools];
nativeBuildInputs = [perl squashfsTools];
# For obtaining the closure of `storeContents'.
exportReferencesGraph =