5 , gobject-introspection
16 python3.pkgs.buildPythonApplication rec {
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 sha256 = "sha256-BW13fBH26UqMPMjV8JC4QkpgzyoPfCpAfSkJD68uOZU=";
29 # Strict deps breaks guake
30 # See https://github.com/NixOS/nixpkgs/issues/59930
31 # and https://github.com/NixOS/nixpkgs/issues/56943
50 makeWrapperArgs = [ "--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive" ];
52 propagatedBuildInputs = with python3.pkgs; [
60 SETUPTOOLS_SCM_PRETEND_VERSION = version;
63 "PREFIX=${placeholder "out"}"
67 gappsWrapperArgs+=(--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ libutempter ]}")
70 passthru.tests.test = nixosTests.terminal-emulators.guake;
73 description = "Drop-down terminal for GNOME";
74 homepage = "http://guake-project.org";
75 license = licenses.gpl2;
76 maintainers = [ maintainers.msteen ];
77 platforms = platforms.linux;