make-ext4-fs: Dependencies are nativeBuildInputs

This commit is contained in:
Ben Gamari
2018-01-09 11:25:19 -05:00
committed by John Ericson
parent d680678d0a
commit a2215da9a1
+1 -1
View File
@@ -10,7 +10,7 @@
pkgs.stdenv.mkDerivation {
name = "ext4-fs.img";
buildInputs = with pkgs; [e2fsprogs libfaketime perl];
nativeBuildInputs = with pkgs; [e2fsprogs libfaketime perl];
# For obtaining the closure of `storePaths'.
exportReferencesGraph =