feh: fix build on darwin
Darwin doesn't support inotify, needed for autoreload
This commit is contained in:
parent
c4679aac6f
commit
942ad9a49a
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchurl, makeWrapper
|
{ stdenv, fetchurl, makeWrapper
|
||||||
, xorg, imlib2, libjpeg, libpng
|
, xorg, imlib2, libjpeg, libpng
|
||||||
, curl, libexif, jpegexiforient, perlPackages
|
, curl, libexif, jpegexiforient, perlPackages
|
||||||
, enableAutoreload ? true }:
|
, enableAutoreload ? !stdenv.hostPlatform.isDarwin }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue