mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-12-04 04:35:14 +03:00
remote: make (io-)testsuite not buildable on os(darwin)
Related to #222
This commit is contained in:
parent
ca43418b4d
commit
39bf386be7
@ -84,7 +84,7 @@ library
|
||||
test-suite hnix-store-remote-tests
|
||||
import: commons
|
||||
|
||||
if !flag(io-testsuite)
|
||||
if !flag(io-testsuite) || os(darwin)
|
||||
buildable: False
|
||||
ghc-options: -rtsopts -fprof-auto
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user