5 , gobject-introspection
16 python3.pkgs.buildPythonApplication rec {
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 sha256 = "sha256-BW13fBH26UqMPMjV8JC4QkpgzyoPfCpAfSkJD68uOZU=";
45 makeWrapperArgs = [ "--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive" ];
47 propagatedBuildInputs = with python3.pkgs; [
55 SETUPTOOLS_SCM_PRETEND_VERSION = version;
58 "PREFIX=${placeholder "out"}"
62 gappsWrapperArgs+=(--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ libutempter ]}")
65 passthru.tests.test = nixosTests.terminal-emulators.guake;
68 description = "Drop-down terminal for GNOME";
69 homepage = "http://guake-project.org";
70 license = licenses.gpl2;
71 maintainers = [ maintainers.msteen ];
72 platforms = platforms.linux;