mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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
|
||||
, xorg, imlib2, libjpeg, libpng
|
||||
, curl, libexif, jpegexiforient, perlPackages
|
||||
, enableAutoreload ? true }:
|
||||
, enableAutoreload ? !stdenv.hostPlatform.isDarwin }:
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user