jgmenu: no need to explicitly set prefix make flag

It is automatically passed to the configure script.
This commit is contained in:
José Romildo Malaquias 2020-05-11 08:26:07 -03:00
parent 5c68f7e94a
commit 3baa8c1bdc

View file

@ -37,10 +37,6 @@ stdenv.mkDerivation rec {
python3Packages.python
];
makeFlags = [
"prefix=${placeholder "out"}"
];
postFixup = ''
wrapPythonProgramsIn "$out/lib/jgmenu"
for f in $out/bin/jgmenu{,_run}; do