mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
haskellPackages.protoeaaudio: unbreak
This commit is contained in:
parent
1ca4c99df7
commit
4ad43ff1cb
@ -4264,8 +4264,6 @@ broken-packages:
|
||||
- proquint # failure in job https://hydra.nixos.org/build/215308028 at 2023-04-11
|
||||
- prosidy
|
||||
- prosper
|
||||
- proteaaudio
|
||||
- proteaaudio-sdl
|
||||
- protocol
|
||||
- protocol-buffers
|
||||
- protocol-buffers-fork
|
||||
|
@ -234808,8 +234808,6 @@ self: {
|
||||
libraryToolDepends = [ c2hs ];
|
||||
description = "Simple audio library for Windows, Linux, OSX";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {libpulse = null; libpulse-simple = null;
|
||||
inherit (pkgs) libpulseaudio;};
|
||||
|
||||
@ -234828,8 +234826,6 @@ self: {
|
||||
libraryToolDepends = [ c2hs ];
|
||||
description = "Simple audio library for SDL";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) SDL2;};
|
||||
|
||||
"proteome" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user