guake: remove unneeded postPatch
This commit is contained in:
parent
5bf1da574b
commit
00541faa4a
|
@ -24,12 +24,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 New Issue