summary refs log tree commit diff
path: root/pkgs/applications/graphics/simple-scan
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-06-17 19:36:06 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-06-17 22:21:32 +0200
commit98b2d7b727491f18e2f3e0bba17611e95e6e8016 (patch)
tree9da18a1f37a9781e15d8ed1d0a56b7e598906d4a /pkgs/applications/graphics/simple-scan
parentd4fc2b4d99122ba6592835aa84f659b22aeea433 (diff)
downloadnixpkgs-98b2d7b727491f18e2f3e0bba17611e95e6e8016.tar
nixpkgs-98b2d7b727491f18e2f3e0bba17611e95e6e8016.tar.gz
nixpkgs-98b2d7b727491f18e2f3e0bba17611e95e6e8016.tar.bz2
nixpkgs-98b2d7b727491f18e2f3e0bba17611e95e6e8016.tar.lz
nixpkgs-98b2d7b727491f18e2f3e0bba17611e95e6e8016.tar.xz
nixpkgs-98b2d7b727491f18e2f3e0bba17611e95e6e8016.tar.zst
nixpkgs-98b2d7b727491f18e2f3e0bba17611e95e6e8016.zip
Separate nativeBuildInputs where maintainers |= nckx
Diffstat (limited to 'pkgs/applications/graphics/simple-scan')
-rw-r--r--pkgs/applications/graphics/simple-scan/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/simple-scan/default.nix b/pkgs/applications/graphics/simple-scan/default.nix
index ad825eceec2..b96688333a2 100644
--- a/pkgs/applications/graphics/simple-scan/default.nix
+++ b/pkgs/applications/graphics/simple-scan/default.nix
@@ -26,8 +26,9 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ nckx ];
   };
 
-  buildInputs = [ cairo colord glib gtk3 intltool itstool libxml2 makeWrapper
-    pkgconfig saneBackends systemd vala ];
+  buildInputs = [ cairo colord glib gtk3 intltool itstool libxml2
+    saneBackends systemd vala ];
+  nativeBuildInputs = [ makeWrapper pkgconfig ];
 
   enableParallelBuilding = true;