mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
clerk: fix wrapProgram call
This commit is contained in:
parent
c438fe5a16
commit
c3e8d491ff
@ -13,13 +13,11 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ makeWrapper pythonPackages.mpd2 ];
|
||||
|
||||
buildPhase = ''
|
||||
echo skipping build phase...
|
||||
'';
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
DESTDIR=$out PREFIX=/ make install
|
||||
wrapProgram $out/bin/clerk $out/bin/clerk \
|
||||
wrapProgram $out/bin/clerk \
|
||||
--prefix PATH : "${stdenv.lib.makeBinPath [ rofi mpc_cli perl utillinux libnotify ]}"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user