summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/terminal-emulators/guake
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/terminal-emulators/guake')
-rw-r--r--pkgs/applications/terminal-emulators/guake/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/guake/default.nix b/pkgs/applications/terminal-emulators/guake/default.nix
index 481c7255441f..bdb3e65ed98a 100644
--- a/pkgs/applications/terminal-emulators/guake/default.nix
+++ b/pkgs/applications/terminal-emulators/guake/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
, fetchFromGitHub
, python3
, glibcLocales
@@ -66,7 +66,7 @@ python3.pkgs.buildPythonApplication rec {
gappsWrapperArgs+=(--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ libutempter ]}")
'';
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Drop-down terminal for GNOME";
homepage = "http://guake-project.org";
license = licenses.gpl2;