Merge pull request #129577 from Mindavi/dwm/cross

dwm: support cross-compilation by setting proper CC
This commit is contained in:
Jörg Thalheim
2021-07-07 22:55:03 +01:00
committed by GitHub
@@ -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";