Merge pull request #100869 from r-burns/feh

feh: fix build on darwin
gstqt5
Robert Scott 2020-10-18 01:44:22 +01:00 committed by GitHub
commit 1315c20bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;