From 1b5e28c89691cbcd9c9f93d50796b63f1a6e7706 Mon Sep 17 00:00:00 2001 From: midchildan Date: Sat, 20 Mar 2021 20:41:01 +0900 Subject: [PATCH] poke: fix darwin build This removes nbd support on Darwin because it's incompatible. --- pkgs/applications/editors/poke/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/poke/default.nix b/pkgs/applications/editors/poke/default.nix index 1c6f005863b0..e65d210b5bf0 100644 --- a/pkgs/applications/editors/poke/default.nix +++ b/pkgs/applications/editors/poke/default.nix @@ -10,7 +10,7 @@ , readline , guiSupport ? false, tcl, tcllib, tk , miSupport ? true, json_c -, nbdSupport ? true, libnbd +, nbdSupport ? !stdenv.isDarwin, libnbd , textStylingSupport ? true , dejagnu }: