dmenu: fix cross

This commit is contained in:
Robin Gloster
2019-05-07 00:57:14 +02:00
parent c2800a26b4
commit 5fd31ae886

View File

@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
sed -i "s@PREFIX = /usr/local@PREFIX = $out@g" config.mk
'';
makeFlags = [ "CC:=$(CC)" ];
meta = with stdenv.lib; {
description = "A generic, highly customizable, and efficient menu for the X Window System";
homepage = https://tools.suckless.org/dmenu;