hsetroot: fix darwin build

wip/little-gl
Stéphan Kochen 3 years ago committed by Jonathan Ringer
parent 7641769055
commit eec3738f4c
  1. 4
      pkgs/tools/X11/hsetroot/default.nix

@ -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…
Cancel
Save