Loading pkgs/applications/emulators/bochs/default.nix→pkgs/by-name/bo/bochs/package.nix +8 −8 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchurl , SDL2 , curl , darwin , docbook_xml_dtd_45 , docbook_xsl , gtk3 Loading @@ -10,13 +11,12 @@ , libGLU , libX11 , libXpm , libobjc , libtool , ncurses , pkg-config , readline , wget , wxGTK , wxGTK32 , enableSDL2 ? true , enableTerm ? true , enableWx ? !stdenv.isDarwin Loading Loading @@ -49,14 +49,14 @@ stdenv.mkDerivation (finalAttrs: { ncurses ] ++ lib.optionals enableWx [ gtk3 wxGTK wxGTK32 ] ++ lib.optionals enableX11 [ libGL libGLU libX11 libXpm ] ++ lib.optionals stdenv.isDarwin [ libobjc darwin.libobjc ]; configureFlags = [ Loading Loading @@ -134,7 +134,7 @@ stdenv.mkDerivation (finalAttrs: { enableParallelBuilding = true; meta = with lib; { meta = { homepage = "https://bochs.sourceforge.io/"; description = "An open-source IA-32 (x86) PC emulator"; longDescription = '' Loading @@ -142,9 +142,9 @@ stdenv.mkDerivation (finalAttrs: { in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. ''; license = licenses.lgpl2Plus; maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.unix; license = lib.licenses.lgpl2Plus; maintainers = with lib.maintainers; [ AndersonTorres ]; platforms = lib.platforms.unix; }; }) # TODO: a better way to organize the options Loading pkgs/top-level/all-packages.nix +0 −5 Original line number Diff line number Diff line Loading @@ -2547,11 +2547,6 @@ with pkgs; basiliskii = callPackage ../applications/emulators/basiliskii { }; bochs = callPackage ../applications/emulators/bochs { inherit (darwin) libobjc; wxGTK = wxGTK32; }; box64 = callPackage ../applications/emulators/box64 { hello-x86_64 = if stdenv.hostPlatform.isx86_64 then hello Loading
pkgs/applications/emulators/bochs/default.nix→pkgs/by-name/bo/bochs/package.nix +8 −8 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchurl , SDL2 , curl , darwin , docbook_xml_dtd_45 , docbook_xsl , gtk3 Loading @@ -10,13 +11,12 @@ , libGLU , libX11 , libXpm , libobjc , libtool , ncurses , pkg-config , readline , wget , wxGTK , wxGTK32 , enableSDL2 ? true , enableTerm ? true , enableWx ? !stdenv.isDarwin Loading Loading @@ -49,14 +49,14 @@ stdenv.mkDerivation (finalAttrs: { ncurses ] ++ lib.optionals enableWx [ gtk3 wxGTK wxGTK32 ] ++ lib.optionals enableX11 [ libGL libGLU libX11 libXpm ] ++ lib.optionals stdenv.isDarwin [ libobjc darwin.libobjc ]; configureFlags = [ Loading Loading @@ -134,7 +134,7 @@ stdenv.mkDerivation (finalAttrs: { enableParallelBuilding = true; meta = with lib; { meta = { homepage = "https://bochs.sourceforge.io/"; description = "An open-source IA-32 (x86) PC emulator"; longDescription = '' Loading @@ -142,9 +142,9 @@ stdenv.mkDerivation (finalAttrs: { in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. ''; license = licenses.lgpl2Plus; maintainers = with maintainers; [ AndersonTorres ]; platforms = platforms.unix; license = lib.licenses.lgpl2Plus; maintainers = with lib.maintainers; [ AndersonTorres ]; platforms = lib.platforms.unix; }; }) # TODO: a better way to organize the options Loading
pkgs/top-level/all-packages.nix +0 −5 Original line number Diff line number Diff line Loading @@ -2547,11 +2547,6 @@ with pkgs; basiliskii = callPackage ../applications/emulators/basiliskii { }; bochs = callPackage ../applications/emulators/bochs { inherit (darwin) libobjc; wxGTK = wxGTK32; }; box64 = callPackage ../applications/emulators/box64 { hello-x86_64 = if stdenv.hostPlatform.isx86_64 then hello