mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-13 19:00:15 +00:00
haskellPackages.libremidi: work around argv limit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1449,6 +1449,7 @@ self: super: builtins.intersectAttrs super {
|
||||
sdl2-ttf
|
||||
sdl2
|
||||
dear-imgui
|
||||
libremidi
|
||||
;
|
||||
|
||||
webkit2gtk3-javascriptcore = lib.pipe super.webkit2gtk3-javascriptcore [
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user