makeSquashfs: Inputs are nativeBuildInputs

This commit is contained in:
Ben Gamari 2017-12-10 14:51:12 -05:00 committed by John Ericson
parent 6db707fe7e
commit d680678d0a

View file

@ -8,7 +8,7 @@
stdenv.mkDerivation {
name = "squashfs.img";
buildInputs = [perl squashfsTools];
nativeBuildInputs = [perl squashfsTools];
# For obtaining the closure of `storeContents'.
exportReferencesGraph =