make-ext4-fs: Dependencies are nativeBuildInputs

This commit is contained in:
Ben Gamari 2017-12-14 23:56:44 -05:00 committed by John Ericson
parent d680678d0a
commit a2215da9a1

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 =