mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
haskellPackages: Enable darwin builds for some packages depending on mesa (#349186)
This commit is contained in:
commit
16a2554068
@ -714,10 +714,7 @@ unsupported-platforms:
|
||||
mpi-hs-cereal: [ aarch64-linux, platforms.darwin ]
|
||||
mpi-hs-store: [ aarch64-linux, platforms.darwin ]
|
||||
mplayer-spot: [ aarch64-linux, platforms.darwin ]
|
||||
monomer: [ platforms.darwin ] # depends on mesa
|
||||
monomer-hagrid: [ platforms.darwin ] # depends on mesa
|
||||
mptcp-pm: [ platforms.darwin ]
|
||||
nanovg: [ platforms.darwin ] # depends on mesa
|
||||
netlink: [ platforms.darwin ]
|
||||
network-unexceptional: [ platforms.darwin ] # depends on posix-api
|
||||
notifications-tray-icon: [ platforms.darwin ] # depends on gi-dbusmenu
|
||||
@ -735,7 +732,6 @@ unsupported-platforms:
|
||||
reactive-balsa: [ platforms.darwin ] # depends on alsa-core
|
||||
reflex-dom-fragment-shader-canvas: [ platforms.darwin, aarch64-linux ]
|
||||
reflex-localize-dom: [ platforms.darwin, aarch64-linux ]
|
||||
rsi-break: [ platforms.darwin ] # depends on monomer
|
||||
rtlsdr: [ platforms.darwin ]
|
||||
rubberband: [ platforms.darwin ]
|
||||
SDL-mixer: [ platforms.darwin ] # depends on mesa
|
||||
|
@ -211786,7 +211786,6 @@ self: {
|
||||
];
|
||||
description = "A GUI library for writing native Haskell applications";
|
||||
license = lib.licenses.bsd3;
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
mainProgram = "dev-test-app";
|
||||
}) {inherit (pkgs) glew;};
|
||||
|
||||
@ -211837,7 +211836,6 @@ self: {
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "A datagrid widget for the Monomer library";
|
||||
license = lib.licenses.mit;
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
@ -217607,7 +217605,6 @@ self: {
|
||||
testHaskellDepends = [ base containers hspec inline-c QuickCheck ];
|
||||
description = "Haskell bindings for nanovg";
|
||||
license = lib.licenses.isc;
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
}) {inherit (pkgs) freetype; inherit (pkgs) glew;
|
||||
inherit (pkgs) libGL; inherit (pkgs) libGLU;
|
||||
inherit (pkgs.xorg) libX11;};
|
||||
@ -267406,7 +267403,6 @@ self: {
|
||||
testHaskellDepends = [ base ];
|
||||
description = "Let your mind know that your hands need a rest!";
|
||||
license = lib.licenses.bsd2;
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
Loading…
Reference in New Issue
Block a user