mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-12-12 08:07:39 +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
|
test-suite hnix-store-remote-tests
|
||||||
import: commons
|
import: commons
|
||||||
|
|
||||||
if !flag(io-testsuite)
|
if !flag(io-testsuite) || os(darwin)
|
||||||
buildable: False
|
buildable: False
|
||||||
ghc-options: -rtsopts -fprof-auto
|
ghc-options: -rtsopts -fprof-auto
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user