Merge pull request #61622 from dtzWill/update/guake-3.6.3

guake: 3.5.0 -> 3.6.3
This commit is contained in:
Renaud 2019-05-19 23:50:11 +02:00 committed by GitHub
commit 3f488fd36b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, python3, gettext, gobject-introspection, wrapGAppsHook, glibcLocales { stdenv, fetchFromGitHub, python3, gettext, gobject-introspection, wrapGAppsHook, glibcLocales
, gtk3, keybinder3, libnotify, libutempter, vte }: , gtk3, keybinder3, libnotify, libutempter, vte, libwnck3 }:
let let
version = "3.5.0"; version = "3.6.3";
in python3.pkgs.buildPythonApplication rec { in python3.pkgs.buildPythonApplication rec {
name = "guake-${version}"; name = "guake-${version}";
format = "other"; format = "other";
@ -11,7 +11,7 @@ in python3.pkgs.buildPythonApplication rec {
owner = "Guake"; owner = "Guake";
repo = "guake"; repo = "guake";
rev = version; rev = version;
sha256 = "0fz0gciw5fpxrp6yyji27l7q8c0r9ljsq6vw584mr70bcl1gzjqx"; sha256 = "13ipnmqcyixpa6qv83m0f91za4kar14s5jpib68b32z65x1h0j3b";
}; };
# Strict deps breaks guake # Strict deps breaks guake
@ -23,7 +23,7 @@ in python3.pkgs.buildPythonApplication rec {
buildInputs = [ gtk3 keybinder3 libnotify python3 vte ]; buildInputs = [ gtk3 keybinder3 libnotify python3 vte ];
propagatedBuildInputs = with python3.pkgs; [ dbus-python pbr pycairo pygobject3 ]; propagatedBuildInputs = with python3.pkgs; [ dbus-python pbr pycairo pygobject3 libwnck3 ];
LC_ALL = "en_US.UTF-8"; # fixes weird encoding error, see https://github.com/NixOS/nixpkgs/pull/38642#issuecomment-379727699 LC_ALL = "en_US.UTF-8"; # fixes weird encoding error, see https://github.com/NixOS/nixpkgs/pull/38642#issuecomment-379727699