about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/core/gnome-terminal
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2017-10-04 23:50:14 +0200
committerJan Tojnar <jtojnar@gmail.com>2017-11-26 03:10:49 +0100
commit1c1d677149797d6be7e484b020aa4ac69efc55be (patch)
tree52c4d6ffad233dabe1e256e20b18b15250de9b57 /pkgs/desktops/gnome-3/core/gnome-terminal
parent5fae4f32fdfba5df5eec2fd300b17bbad89196b2 (diff)
downloadnixlib-1c1d677149797d6be7e484b020aa4ac69efc55be.tar
nixlib-1c1d677149797d6be7e484b020aa4ac69efc55be.tar.gz
nixlib-1c1d677149797d6be7e484b020aa4ac69efc55be.tar.bz2
nixlib-1c1d677149797d6be7e484b020aa4ac69efc55be.tar.lz
nixlib-1c1d677149797d6be7e484b020aa4ac69efc55be.tar.xz
nixlib-1c1d677149797d6be7e484b020aa4ac69efc55be.tar.zst
nixlib-1c1d677149797d6be7e484b020aa4ac69efc55be.zip
gnome3: dependency tweaks
Diffstat (limited to 'pkgs/desktops/gnome-3/core/gnome-terminal')
-rw-r--r--pkgs/desktops/gnome-3/core/gnome-terminal/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/desktops/gnome-3/core/gnome-terminal/default.nix b/pkgs/desktops/gnome-3/core/gnome-terminal/default.nix
index 073a791ac3c8..f45bc8264f11 100644
--- a/pkgs/desktops/gnome-3/core/gnome-terminal/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-terminal/default.nix
@@ -1,15 +1,15 @@
-{ stdenv, fetchurl, pkgconfig, cairo, libxml2, gnome3, pango
-, gnome_doc_utils, intltool, libX11, which, libuuid, vala_0_32
+{ stdenv, fetchurl, pkgconfig, libxml2, gnome3
+, gnome_doc_utils, intltool, which, libuuid, vala_0_32
 , desktop_file_utils, itstool, wrapGAppsHook, appdata-tools }:
 
 stdenv.mkDerivation rec {
   inherit (import ./src.nix fetchurl) name src;
 
   buildInputs = [ gnome3.gtk gnome3.gsettings_desktop_schemas gnome3.vte appdata-tools
-                  gnome3.dconf itstool gnome3.nautilus vala_0_32 ];
+                  gnome3.dconf itstool gnome3.nautilus ];
 
   nativeBuildInputs = [ pkgconfig intltool gnome_doc_utils which libuuid libxml2
-                        desktop_file_utils wrapGAppsHook ];
+                        vala_0_32 desktop_file_utils wrapGAppsHook ];
 
   # Silly ./configure, it looks for dbus file from gnome-shell in the
   # installation tree of the package it is configuring.