haskellPackages.protoeaaudio: unbreak

This commit is contained in:
Joachim Breitner 2023-07-14 18:59:10 +02:00
parent 1ca4c99df7
commit 4ad43ff1cb
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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