poke: fix darwin build

This removes nbd support on Darwin because it's incompatible.
This commit is contained in:
midchildan
2021-03-20 20:42:42 +09:00
parent 85141b8609
commit 1b5e28c896
+1 -1
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
}: