summaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/tev/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/tev/default.nix')
-rw-r--r--pkgs/applications/graphics/tev/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/tev/default.nix b/pkgs/applications/graphics/tev/default.nix
index 3c48bbab0b85..6c9cee851486 100644
--- a/pkgs/applications/graphics/tev/default.nix
+++ b/pkgs/applications/graphics/tev/default.nix
@@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub
, cmake, wrapGAppsHook
-, libX11, libzip, glfw, libpng, xorg, gnome3
+, libX11, libzip, glfw, libpng, xorg, gnome
}:
stdenv.mkDerivation rec {
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
postInstall = ''
wrapProgram $out/bin/tev \
"''${gappsWrapperArgs[@]}" \
- --prefix PATH ":" "${gnome3.zenity}/bin"
+ --prefix PATH ":" "${gnome.zenity}/bin"
'';
meta = with lib; {