haskellPackages.libremidi: work around argv limit

This commit is contained in:
sternenseemann
2025-01-17 19:20:46 +01:00
parent d3425b04a2
commit 632e61c141
3 changed files with 1 additions and 3 deletions

View File

@@ -3520,7 +3520,6 @@ broken-packages:
- libphonenumber # failure in job https://hydra.nixos.org/build/233251839 at 2023-09-02
- libpq # failure in job https://hydra.nixos.org/build/233192542 at 2023-09-02
- librandomorg # failure in job https://hydra.nixos.org/build/233232749 at 2023-09-02
- libremidi # failure in job https://hydra.nixos.org/build/283561085 at 2024-12-31
- libsecp256k1 # failure in job https://hydra.nixos.org/build/234441559 at 2023-09-13
- libsodium # failure in job https://hydra.nixos.org/build/243816565 at 2024-01-01
- libsystemd-daemon # failure in job https://hydra.nixos.org/build/233207090 at 2023-09-02

View File

@@ -1449,6 +1449,7 @@ self: super: builtins.intersectAttrs super {
sdl2-ttf
sdl2
dear-imgui
libremidi
;
webkit2gtk3-javascriptcore = lib.pipe super.webkit2gtk3-javascriptcore [

View File

@@ -191606,9 +191606,7 @@ self: {
];
description = "libremidi bindings for haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "libremidi-exe";
broken = true;
}) {inherit (pkgs) pipewire; inherit (pkgs) systemd;};
"libretls" = callPackage