summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 5ac4d0f0b..c9e9fa753 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -107,7 +107,7 @@ Executable git-annex
Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types
CPP-Options: -DWITH_WEBDAV
- if flag(Assistant) && ! os(windows) && ! os(solaris)
+ if flag(Assistant) && ! os(windows) && ! os(solaris) && ! os(hurd)
Build-Depends: async, stm (>= 2.3)
CPP-Options: -DWITH_ASSISTANT
@@ -126,7 +126,7 @@ Executable git-annex
Build-Depends: hfsevents
CPP-Options: -DWITH_FSEVENTS
else
- if (! os(windows) && ! os(solaris) && ! os(linux))
+ if (! os(windows) && ! os(solaris) && ! os(linux) && ! os(hurd))
CPP-Options: -DWITH_KQUEUE
C-Sources: Utility/libkqueue.c