summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-05-30 22:29:04 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-05-30 22:29:04 +0200
commit3a1345189cdeaa5676585fd8aa139f06f1ea1a85 (patch)
tree900bb8a4257eb00656da1a65a0567bf3e195eae0 /pkgs/desktops
parentff2ccb2721d0487b976f16cf574af440d3e7f4ad (diff)
downloadnixlib-3a1345189cdeaa5676585fd8aa139f06f1ea1a85.tar
nixlib-3a1345189cdeaa5676585fd8aa139f06f1ea1a85.tar.gz
nixlib-3a1345189cdeaa5676585fd8aa139f06f1ea1a85.tar.bz2
nixlib-3a1345189cdeaa5676585fd8aa139f06f1ea1a85.tar.lz
nixlib-3a1345189cdeaa5676585fd8aa139f06f1ea1a85.tar.xz
nixlib-3a1345189cdeaa5676585fd8aa139f06f1ea1a85.tar.zst
nixlib-3a1345189cdeaa5676585fd8aa139f06f1ea1a85.zip
pantheon-terminal: fix build, schemas, icons
/cc maintainer @ollieh. BTW, it would be nice if the attribute names
under maintainers were the same as the github usernames.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/apps/pantheon-terminal/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/apps/pantheon-terminal/default.nix b/pkgs/desktops/pantheon/apps/pantheon-terminal/default.nix
index 7506ece43dc1..b0958d232fc7 100644
--- a/pkgs/desktops/pantheon/apps/pantheon-terminal/default.nix
+++ b/pkgs/desktops/pantheon/apps/pantheon-terminal/default.nix
@@ -16,11 +16,14 @@ stdenv.mkDerivation rec {
   preFixup = ''
     for f in $out/bin/*; do
       wrapProgram $f \
-        --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:$out/share"
+        --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:$XDG_ICON_DIRS:$out/share"
     done
   '';
 
-  buildInputs = [perl cmake vala pkgconfig glib gtk3 granite gnome3.vte gnome3.libgee libnotify gettext makeWrapper];
+  buildInputs = with gnome3; [
+    perl cmake vala pkgconfig glib gtk3 granite libnotify gettext makeWrapper
+    vte_290 libgee gsettings_desktop_schemas defaultIconTheme
+  ];
   meta = {
     description = "elementary OS's terminal";
     longDescription = "A super lightweight, beautiful, and simple terminal. It's designed to be setup with sane defaults and little to no configuration. It's just a terminal, nothing more, nothing less. Designed for elementary OS.";