summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-02-18 11:09:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-02-18 11:09:16 -0400
commitbf6ad1182a0e0f9b1200ef90cdde90c7b50b1085 (patch)
treed50d0add4b36cd52ac809bbc52f415205c9835ba /git-annex.cabal
parent3cb430a5a4ec44b6ecb0da27d4b7c41bd659d2ca (diff)
git-annex.cabal: Once more try to not build the assistant on the hurd, hopefully hackage finally recognises that OS.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index d93421225..446695fc8 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -411,7 +411,7 @@ Executable git-annex
Remote.WebDAV
Remote.WebDAV.DavLocation
- if flag(Assistant) && ! os(solaris)
+ if flag(Assistant) && ! os(solaris) && ! os(gnu)
Build-Depends: dns (>= 1.0.0), mountpoints
CPP-Options: -DWITH_ASSISTANT
@@ -431,7 +431,7 @@ Executable git-annex
CPP-Options: -DWITH_WIN32NOTIFY
Other-Modules: Utility.DirWatcher.Win32Notify
else
- if (! os(solaris) && ! os(linux))
+ if (! os(solaris) && ! os(gnu) && ! os(linux))
CPP-Options: -DWITH_KQUEUE
C-Sources: Utility/libkqueue.c
Includes: Utility/libkqueue.h