mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 18:38:01 +00:00
hsetroot: fix darwin build
This commit is contained in:
parent
7641769055
commit
eec3738f4c
@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
|
||||
libXinerama
|
||||
];
|
||||
|
||||
postPatch = lib.optionalString (!stdenv.cc.isGNU) ''
|
||||
sed -i -e '/--no-as-needed/d' Makefile
|
||||
'';
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
preInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user