mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
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
|
||||
|
||||
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
Block a user