dmenu: fix cross
This commit is contained in:
parent
c2800a26b4
commit
5fd31ae886
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
sed -i "s@PREFIX = /usr/local@PREFIX = $out@g" config.mk
|
sed -i "s@PREFIX = /usr/local@PREFIX = $out@g" config.mk
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
makeFlags = [ "CC:=$(CC)" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A generic, highly customizable, and efficient menu for the X Window System";
|
description = "A generic, highly customizable, and efficient menu for the X Window System";
|
||||||
homepage = https://tools.suckless.org/dmenu;
|
homepage = https://tools.suckless.org/dmenu;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user