mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
xdgmenumaker: don't use custom installPhase
This commit is contained in:
parent
a05f04fd14
commit
328b649e11
@ -30,10 +30,14 @@ python3Packages.buildPythonApplication rec {
|
||||
pygobject3
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
make install PREFIX=$out DESTDIR=
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
"PREFIX=${placeholder "out"}"
|
||||
];
|
||||
|
||||
installFlags = [
|
||||
"DESTDIR="
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command line tool that generates XDG menus for several window managers";
|
||||
homepage = https://github.com/gapan/xdgmenumaker;
|
||||
|
Loading…
Reference in New Issue
Block a user