dwm: support cross-compilation by setting proper CC
This commit is contained in:
parent
5e8bfbb4c7
commit
83e44f67b1
@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
|
||||
in
|
||||
lib.optionalString (conf != null) "cp ${configFile} config.def.h";
|
||||
|
||||
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://dwm.suckless.org/";
|
||||
description = "An extremely fast, small, and dynamic window manager for X";
|
||||
|
Loading…
Reference in New Issue
Block a user