From bcc00506477f0a971a31dc7b2dd07336ae751f71 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 29 May 2025 17:52:02 +0200 Subject: [PATCH] bochs: rely on upstream defaults for experimental options --- pkgs/by-name/bo/bochs/package.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/by-name/bo/bochs/package.nix b/pkgs/by-name/bo/bochs/package.nix index a28522dce7dd..88d5fca1c0a5 100644 --- a/pkgs/by-name/bo/bochs/package.nix +++ b/pkgs/by-name/bo/bochs/package.nix @@ -82,11 +82,6 @@ stdenv.mkDerivation (finalAttrs: { (lib.enableFeature false "docbook") # Broken - it requires docbook2html - # Dangerous options - they are marked as "incomplete/experimental" on Bochs documentation - (lib.enableFeature false "3dnow") - (lib.enableFeature false "monitor-mwait") - (lib.enableFeature false "raw-serial") - # These are completely configurable, and they don't depend of external tools (lib.enableFeature true "a20-pin") (lib.enableFeature true "avx")