Merge pull request #139989 from zhaofengli/bochs-nogui

bochs: Enable nogui display backend
This commit is contained in:
Anderson Torres 2021-09-30 19:36:29 -03:00 committed by GitHub
commit 9a23237031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"