diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-30 13:17:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-30 13:17:10 -0400 |
commit | 87fc2099ca7ba5bc48a61085e909a25226092ec9 (patch) | |
tree | 2ba862adde29e72caf8c2530828e44ab4232263d /git-annex.cabal | |
parent | 9d8b388b9433002c64511fab2730ed3b4b489f89 (diff) |
temporarily remove cabal os(gnu) until I find the real right name for the hurd
Or until hackage stops rejecting os(gnu), if it is indeed the right name..
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 544c8a80e..6019bcdef 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) && ! os(gnu) + if flag(Assistant) && ! os(windows) && ! os(solaris) Build-Depends: async, stm (>= 2.3) CPP-Options: -DWITH_ASSISTANT @@ -123,7 +123,7 @@ Executable git-annex Build-Depends: hfsevents CPP-Options: -DWITH_FSEVENTS else - if (! os(windows) && ! os(solaris) && ! os(linux) && ! os(gnu)) + if (! os(windows) && ! os(solaris) && ! os(linux)) CPP-Options: -DWITH_KQUEUE C-Sources: Utility/libkqueue.c |