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..
This commit is contained in:
parent
87231dfb1d
commit
6e9e0c3238
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ Executable git-annex
|
||||||
Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types
|
Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types
|
||||||
CPP-Options: -DWITH_WEBDAV
|
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)
|
Build-Depends: async, stm (>= 2.3)
|
||||||
CPP-Options: -DWITH_ASSISTANT
|
CPP-Options: -DWITH_ASSISTANT
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ Executable git-annex
|
||||||
Build-Depends: hfsevents
|
Build-Depends: hfsevents
|
||||||
CPP-Options: -DWITH_FSEVENTS
|
CPP-Options: -DWITH_FSEVENTS
|
||||||
else
|
else
|
||||||
if (! os(windows) && ! os(solaris) && ! os(linux) && ! os(gnu))
|
if (! os(windows) && ! os(solaris) && ! os(linux))
|
||||||
CPP-Options: -DWITH_KQUEUE
|
CPP-Options: -DWITH_KQUEUE
|
||||||
C-Sources: Utility/libkqueue.c
|
C-Sources: Utility/libkqueue.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue