makeSquashfs: Inputs are nativeBuildInputs
This commit is contained in:
parent
6db707fe7e
commit
d680678d0a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue