about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-06-17 02:29:51 -0300
committerGitHub <noreply@github.com>2022-06-17 02:29:51 -0300
commit20c0964ebf06b77828d8086b488577242a8ebcaf (patch)
tree058c5220cbcc26fbd36973823cfc0fccc5a0e831 /pkgs/applications/emulators
parent384a14674d7f820ad14d5a7ac7f200029856ee98 (diff)
parent135836b31bd68eec6a02205f2056cfc672301494 (diff)
Merge pull request #177827 from malob/fix-wxGTK30-darwin
wxGTK30-gtk2,wxGTK30-gtk3: add missing buildInput on Darwin
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/bochs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/bochs/default.nix b/pkgs/applications/emulators/bochs/default.nix
index 1f02219c8314e..f766bd9def945 100644
--- a/pkgs/applications/emulators/bochs/default.nix
+++ b/pkgs/applications/emulators/bochs/default.nix
@@ -130,6 +130,7 @@ stdenv.mkDerivation rec {
     license = licenses.lgpl2Plus;
     maintainers = with maintainers; [ AndersonTorres ];
     platforms = platforms.unix;
+    broken = stdenv.isDarwin;
   };
 }
 # TODO: a better way to organize the options