Skip to content

Commit

Permalink
remote: make (io-)testsuite not buildable on os(darwin)
Browse files Browse the repository at this point in the history
Related to haskell-nix#222
  • Loading branch information
sorki committed Nov 11, 2023
1 parent ca43418 commit 39bf386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnix-store-remote/hnix-store-remote.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 39bf386

Please sign in to comment.