summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMatthijs Steen <emailmatthijs@gmail.com>2015-11-15 00:16:52 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-01-20 19:33:48 +0100
commit7f58e162bc60daf51961fda6f5e721dde529539b (patch)
tree3e80c9803bb8c18659a5f0c5ff4c4387ce160e41 /pkgs/top-level
parente6cc519856066a6be44f28e3efdc100aade2e2f0 (diff)
downloadnixlib-7f58e162bc60daf51961fda6f5e721dde529539b.tar
nixlib-7f58e162bc60daf51961fda6f5e721dde529539b.tar.gz
nixlib-7f58e162bc60daf51961fda6f5e721dde529539b.tar.bz2
nixlib-7f58e162bc60daf51961fda6f5e721dde529539b.tar.lz
nixlib-7f58e162bc60daf51961fda6f5e721dde529539b.tar.xz
nixlib-7f58e162bc60daf51961fda6f5e721dde529539b.tar.zst
nixlib-7f58e162bc60daf51961fda6f5e721dde529539b.zip
guake: init at 0.8.3 (close #11027)
There's a catch noted at the top of the expression.
(vcunat moved it there from the commit message)
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 91f74bc3056a..b1e7d5efc958 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7689,6 +7689,8 @@ let
 
   libusbmuxd = callPackage ../development/libraries/libusbmuxd { };
 
+  libutempter = callPackage ../development/libraries/libutempter { };
+
   libunwind = if stdenv.isDarwin
     then darwin.libunwind
     else callPackage ../development/libraries/libunwind { };
@@ -12117,6 +12119,11 @@ let
     inherit (gnome2) gtk;
   };
 
+  guake = callPackage ../applications/misc/guake {
+    gconf = gnome.GConf;
+    vte = gnome.vte.override { pythonSupport = true; };
+  };
+
   guitone = callPackage ../applications/version-management/guitone {
     graphviz = graphviz_2_32;
   };