guake: 3.4.0 -> 3.5.0 (#59523)
* guake: 3.4.0 -> 3.5.0 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/guake/versions * guake: remove unneeded postPatch
This commit is contained in:
commit
1184855452
1 changed files with 2 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
, gtk3, keybinder3, libnotify, libutempter, vte }:
|
||||
|
||||
let
|
||||
version = "3.4.0";
|
||||
version = "3.5.0";
|
||||
in python3.pkgs.buildPythonApplication rec {
|
||||
name = "guake-${version}";
|
||||
format = "other";
|
||||
|
@ -11,7 +11,7 @@ in python3.pkgs.buildPythonApplication rec {
|
|||
owner = "Guake";
|
||||
repo = "guake";
|
||||
rev = version;
|
||||
sha256 = "1j38z968ha8ij6wrgbwvr8ad930nvhybm9g7pf4s4zv6d3vln0vm";
|
||||
sha256 = "0fz0gciw5fpxrp6yyji27l7q8c0r9ljsq6vw584mr70bcl1gzjqx";
|
||||
};
|
||||
|
||||
# Strict deps breaks guake
|
||||
|
@ -29,12 +29,6 @@ in python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
PBR_VERSION = version; # pbr needs either .git directory, sdist, or env var
|
||||
|
||||
postPatch = ''
|
||||
# unnecessary /usr/bin/env in Makefile
|
||||
# https://github.com/Guake/guake/pull/1285
|
||||
substituteInPlace "Makefile" --replace "/usr/bin/env python3" "python3"
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
"prefix=$(out)"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue