makeSquashfs: Inputs are nativeBuildInputs
This commit is contained in:
parent
6db707fe7e
commit
d680678d0a
@ -8,7 +8,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "squashfs.img";
|
||||
|
||||
buildInputs = [perl squashfsTools];
|
||||
nativeBuildInputs = [perl squashfsTools];
|
||||
|
||||
# For obtaining the closure of `storeContents'.
|
||||
exportReferencesGraph =
|
||||
|
Loading…
Reference in New Issue
Block a user