Merge pull request #243515 from nomeata/unbreak-proteaaudio

haskellPackages.protoeaaudio: unbreak
This commit is contained in:
maralorn 2023-07-15 02:42:38 +02:00 committed by GitHub
commit 405d3d38b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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