dmenu: fix cross

This commit is contained in:
Robin Gloster 2019-05-07 00:57:14 +02:00
parent c2800a26b4
commit 5fd31ae886
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

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;