1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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"