Merge pull request #117025 from midchildan/fix/poke/darwin-build

poke: fix darwin build
This commit is contained in:
Sandro 2021-03-20 16:30:18 +01:00 committed by GitHub
commit 55764607d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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