bochs: Enable nogui display backend

This commit is contained in:
Zhaofeng Li 2021-09-16 18:10:20 -07:00
parent bf84010052
commit 9535660410

View file

@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
"--with-rfb=no"
"--with-vncsrv=no"
"--with-nogui"
# These will always be "yes" on NixOS
"--enable-ltdl-install=yes"