makeSquashfs: Inputs are nativeBuildInputs
This commit is contained in:
parent
6db707fe7e
commit
d680678d0a
@ -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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user