aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-annex.cabal5
-rw-r--r--stack.yaml1
2 files changed, 1 insertions, 5 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 8cbc762c6..5c09a0c61 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -37,9 +37,6 @@ Flag S3
Flag WebDAV
Description: Enable WebDAV support
-Flag Inotify
- Description: Enable inotify support
-
Flag Assistant
Description: Enable git-annex assistant and watch command
@@ -177,7 +174,7 @@ Executable git-annex
CPP-Options: -DWITH_ASSISTANT
if flag(Assistant)
- if os(linux) && flag(Inotify)
+ if os(linux)
Build-Depends: hinotify
CPP-Options: -DWITH_INOTIFY
else
diff --git a/stack.yaml b/stack.yaml
index 9ff575912..ca65cff89 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -3,7 +3,6 @@ flags:
concurrentoutput: true
tahoe: true
tdfa: true
- inotify: true
feed: true
webapp-secure: true
production: true