lol

hsetroot: fix darwin build

authored by

Stéphan Kochen and committed by
Jonathan Ringer
eec3738f 76417690

+4
+4
pkgs/tools/X11/hsetroot/default.nix
··· 24 24 libXinerama 25 25 ]; 26 26 27 + postPatch = lib.optionalString (!stdenv.cc.isGNU) '' 28 + sed -i -e '/--no-as-needed/d' Makefile 29 + ''; 30 + 27 31 makeFlags = [ "PREFIX=$(out)" ]; 28 32 29 33 preInstall = ''