guake: 3.1.0 → 3.2.0
This commit is contained in:
parent
a2cd43efe8
commit
1f9469feb4
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchFromGitHub, fetchpatch, python3, gettext, gobjectIntrospection, wrapGAppsHook, glibcLocales
|
{ stdenv, fetchFromGitHub, python3, gettext, gobjectIntrospection, wrapGAppsHook, glibcLocales
|
||||||
, gtk3, keybinder3, libnotify, libutempter, vte }:
|
, gtk3, keybinder3, libnotify, libutempter, vte }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.1.0";
|
version = "3.2.0";
|
||||||
in python3.pkgs.buildPythonApplication rec {
|
in python3.pkgs.buildPythonApplication rec {
|
||||||
name = "guake-${version}";
|
name = "guake-${version}";
|
||||||
format = "other";
|
format = "other";
|
||||||
@ -11,17 +11,9 @@ in python3.pkgs.buildPythonApplication rec {
|
|||||||
owner = "Guake";
|
owner = "Guake";
|
||||||
repo = "guake";
|
repo = "guake";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0wyis7vxfhwrpq5r72c58k7hqzbk0f5ilm1zffcmbryvy11abgmx";
|
sha256 = "1qghapg9sslj9fdrl2mnbi10lgqgqa36gdag74wn7as9wak4qc3d";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# https://github.com/Guake/guake/issues/1264
|
|
||||||
(fetchpatch {
|
|
||||||
url = https://github.com/Guake/guake/commit/f289aa381bc5fffe83b1ba385c606a2e5cdc94a8.patch;
|
|
||||||
sha256 = "038niw44q14fs34nha1lz9vmxhf0l766ni8nsdxpid4crra2wjd3";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip glibcLocales ];
|
nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip glibcLocales ];
|
||||||
|
|
||||||
buildInputs = [ gtk3 keybinder3 libnotify python3 vte ];
|
buildInputs = [ gtk3 keybinder3 libnotify python3 vte ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user