poke: fix darwin build
This removes nbd support on Darwin because it's incompatible.
This commit is contained in:
parent
85141b8609
commit
1b5e28c896
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
, readline
|
||||
, guiSupport ? false, tcl, tcllib, tk
|
||||
, miSupport ? true, json_c
|
||||
, nbdSupport ? true, libnbd
|
||||
, nbdSupport ? !stdenv.isDarwin, libnbd
|
||||
, textStylingSupport ? true
|
||||
, dejagnu
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue