Skip to content

Commit 39bf386

Browse files
committed
remote: make (io-)testsuite not buildable on os(darwin)
Related to #222
1 parent ca43418 commit 39bf386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hnix-store-remote/hnix-store-remote.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ library
8484
test-suite hnix-store-remote-tests
8585
import: commons
8686

87-
if !flag(io-testsuite)
87+
if !flag(io-testsuite) || os(darwin)
8888
buildable: False
8989
ghc-options: -rtsopts -fprof-auto
9090

0 commit comments

Comments
 (0)