Merge pull request #100869 from r-burns/feh

feh: fix build on darwin
This commit is contained in:
Robert Scott
2020-10-18 01:44:22 +01:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchurl, makeWrapper
, xorg, imlib2, libjpeg, libpng
, curl, libexif, jpegexiforient, perlPackages
, enableAutoreload ? true }:
, enableAutoreload ? !stdenv.hostPlatform.isDarwin }:
with stdenv.lib;