makeSquashfs: Inputs are nativeBuildInputs
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user