summary refs log tree commit diff
path: root/pkgs/applications/graphics/gpicview
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-09-25 05:49:25 +0300
committerArtturin <Artturin@artturin.com>2022-09-26 17:53:26 +0300
commit0734f54ef262ad642eec1166a416bae86779ed9f (patch)
tree27314f4f10704420dfba1f529dbc258ca7b58f94 /pkgs/applications/graphics/gpicview
parent6910a4eea0038728a2f10ce84122806f2cb6b170 (diff)
downloadnixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.tar
nixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.tar.gz
nixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.tar.bz2
nixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.tar.lz
nixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.tar.xz
nixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.tar.zst
nixpkgs-0734f54ef262ad642eec1166a416bae86779ed9f.zip
treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
Diffstat (limited to 'pkgs/applications/graphics/gpicview')
-rw-r--r--pkgs/applications/graphics/gpicview/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/gpicview/default.nix b/pkgs/applications/graphics/gpicview/default.nix
index ae1e64297bd..06c3b03ae53 100644
--- a/pkgs/applications/graphics/gpicview/default.nix
+++ b/pkgs/applications/graphics/gpicview/default.nix
@@ -16,9 +16,9 @@ stdenv.mkDerivation rec {
     })
   ];
 
-  nativeBuildInputs = [ pkg-config ];
+  nativeBuildInputs = [ pkg-config intltool ];
 
-  buildInputs = [ intltool gtk2 ];
+  buildInputs = [ gtk2 ];
 
   meta = with lib; {
     description = "A simple and fast image viewer for X";