mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
dwm: support cross-compilation by setting proper CC
This commit is contained in:
parent
5e8bfbb4c7
commit
83e44f67b1
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue