haskellPackages: Enable darwin builds for some packages depending on mesa

update package.yaml
This commit is contained in:
yuanw 2024-10-16 20:55:47 -06:00
parent 844d279999
commit 00bf0698b1
No known key found for this signature in database
GPG Key ID: BF2ADAA2A98F45E7
2 changed files with 0 additions and 8 deletions

View File

@ -742,10 +742,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
@ -763,7 +760,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

View File

@ -212236,7 +212236,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;};
@ -212287,7 +212286,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;
}) {};
@ -218057,7 +218055,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;};
@ -267894,7 +267891,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;
}) {};