guake: fix build
This commit is contained in:
parent
02d34f7d9e
commit
6b8c1d2084
|
@ -24,6 +24,12 @@ in python3.pkgs.buildPythonApplication rec {
|
||||||
|
|
||||||
PBR_VERSION = version; # pbr needs either .git directory, sdist, or env var
|
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 = [
|
makeFlags = [
|
||||||
"prefix=$(out)"
|
"prefix=$(out)"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue