summary refs log tree commit diff
path: root/pkgs/applications/graphics/geeqie/default.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-03-31 13:11:26 -0500
committerArtturin <Artturin@artturin.com>2022-04-16 21:46:46 +0300
commit259fa13d53005f073385d280181e6e378da3ed59 (patch)
tree2e2f184998b1b2aa6006618c69d1a137b62e20cb /pkgs/applications/graphics/geeqie/default.nix
parentbc094aeaeef2b36f995d69a28a9c7a316c313b7b (diff)
downloadnixpkgs-259fa13d53005f073385d280181e6e378da3ed59.tar
nixpkgs-259fa13d53005f073385d280181e6e378da3ed59.tar.gz
nixpkgs-259fa13d53005f073385d280181e6e378da3ed59.tar.bz2
nixpkgs-259fa13d53005f073385d280181e6e378da3ed59.tar.lz
nixpkgs-259fa13d53005f073385d280181e6e378da3ed59.tar.xz
nixpkgs-259fa13d53005f073385d280181e6e378da3ed59.tar.zst
nixpkgs-259fa13d53005f073385d280181e6e378da3ed59.zip
treewide: remove nativeBuildInputs that are in stdenv
Diffstat (limited to 'pkgs/applications/graphics/geeqie/default.nix')
-rw-r--r--pkgs/applications/graphics/geeqie/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/geeqie/default.nix b/pkgs/applications/graphics/geeqie/default.nix
index 98103efab64..ba5237f21f3 100644
--- a/pkgs/applications/graphics/geeqie/default.nix
+++ b/pkgs/applications/graphics/geeqie/default.nix
@@ -1,6 +1,6 @@
 { lib, stdenv, fetchFromGitHub, pkg-config, autoconf, automake, gettext, intltool
 , gtk3, lcms2, exiv2, libchamplain, clutter-gtk, ffmpegthumbnailer, fbida
-, wrapGAppsHook, fetchpatch, bash, doxygen
+, wrapGAppsHook, fetchpatch, doxygen
 , nix-update-script
 }:
 
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs =
     [ pkg-config autoconf automake gettext intltool
-      wrapGAppsHook bash doxygen
+      wrapGAppsHook doxygen
     ];
 
   buildInputs = [