makeSquashfs: Inputs are nativeBuildInputs

This commit is contained in:
Ben Gamari
2018-01-09 11:25:19 -05:00
committed by John Ericson
parent 6db707fe7e
commit d680678d0a
+1 -1
View File
@@ -8,7 +8,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
name = "squashfs.img"; name = "squashfs.img";
buildInputs = [perl squashfsTools]; nativeBuildInputs = [perl squashfsTools];
# For obtaining the closure of `storeContents'. # For obtaining the closure of `storeContents'.
exportReferencesGraph = exportReferencesGraph =