poke: fix darwin build

This removes nbd support on Darwin because it's incompatible.
This commit is contained in:
midchildan 2021-03-20 20:41:01 +09:00
parent 85141b8609
commit 1b5e28c896
No known key found for this signature in database
GPG key ID: D9A5748BACC6E3C2

View file

@ -10,7 +10,7 @@
, readline
, guiSupport ? false, tcl, tcllib, tk
, miSupport ? true, json_c
, nbdSupport ? true, libnbd
, nbdSupport ? !stdenv.isDarwin, libnbd
, textStylingSupport ? true
, dejagnu
}: