make-ext4-fs: Dependencies are nativeBuildInputs
This commit is contained in:
parent
d680678d0a
commit
a2215da9a1
@ -10,7 +10,7 @@
|
|||||||
pkgs.stdenv.mkDerivation {
|
pkgs.stdenv.mkDerivation {
|
||||||
name = "ext4-fs.img";
|
name = "ext4-fs.img";
|
||||||
|
|
||||||
buildInputs = with pkgs; [e2fsprogs libfaketime perl];
|
nativeBuildInputs = with pkgs; [e2fsprogs libfaketime perl];
|
||||||
|
|
||||||
# For obtaining the closure of `storePaths'.
|
# For obtaining the closure of `storePaths'.
|
||||||
exportReferencesGraph =
|
exportReferencesGraph =
|
||||||
|
Loading…
Reference in New Issue
Block a user