summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-12-10 14:51:12 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-01-09 11:25:19 -0500
commitd680678d0a9d851bf0707fe20260e3eb9ab5c816 (patch)
tree9e692c19ab28a39b1dd95a5ade8f93f2b0cdecef
parent6db707fe7e0b65afb9c306b798e1aeae743f1b51 (diff)
downloadnixpkgs-d680678d0a9d851bf0707fe20260e3eb9ab5c816.tar
nixpkgs-d680678d0a9d851bf0707fe20260e3eb9ab5c816.tar.gz
nixpkgs-d680678d0a9d851bf0707fe20260e3eb9ab5c816.tar.bz2
nixpkgs-d680678d0a9d851bf0707fe20260e3eb9ab5c816.tar.lz
nixpkgs-d680678d0a9d851bf0707fe20260e3eb9ab5c816.tar.xz
nixpkgs-d680678d0a9d851bf0707fe20260e3eb9ab5c816.tar.zst
nixpkgs-d680678d0a9d851bf0707fe20260e3eb9ab5c816.zip
makeSquashfs: Inputs are nativeBuildInputs
-rw-r--r--nixos/lib/make-squashfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/lib/make-squashfs.nix b/nixos/lib/make-squashfs.nix
index e66c0ae8f66..9d47a3222cc 100644
--- a/nixos/lib/make-squashfs.nix
+++ b/nixos/lib/make-squashfs.nix
@@ -8,7 +8,7 @@
 stdenv.mkDerivation {
   name = "squashfs.img";
 
-  buildInputs = [perl squashfsTools];
+  nativeBuildInputs = [perl squashfsTools];
 
   # For obtaining the closure of `storeContents'.
   exportReferencesGraph =