jgmenu: no need to explicitly set prefix make flag
It is automatically passed to the configure script.
This commit is contained in:
parent
5c68f7e94a
commit
3baa8c1bdc
@ -37,10 +37,6 @@ stdenv.mkDerivation rec {
|
|||||||
python3Packages.python
|
python3Packages.python
|
||||||
];
|
];
|
||||||
|
|
||||||
makeFlags = [
|
|
||||||
"prefix=${placeholder "out"}"
|
|
||||||
];
|
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapPythonProgramsIn "$out/lib/jgmenu"
|
wrapPythonProgramsIn "$out/lib/jgmenu"
|
||||||
for f in $out/bin/jgmenu{,_run}; do
|
for f in $out/bin/jgmenu{,_run}; do
|
||||||
|
Loading…
Reference in New Issue
Block a user