libowfat: mark as broken

Failing Hydra build: https://hydra.nixos.org/build/156248131

This doesn't build with `glibc-2.34`, however there's already an
upstream fix and can be marked as unbroken as soon as it's available[1].

I tried to apply the patch from a Git mirror[2], however this doesn't
apply properly on `0.32` and I decided to wait for a release - such as
Gentoo does it - instead.

[1] https://bugs.gentoo.org/806505
[2] a10f89d5f3
main
Maximilian Bosch 3 years ago
parent da905d4cf9
commit 518865059a
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 3
      pkgs/development/libraries/libowfat/default.nix

@ -17,5 +17,8 @@ stdenv.mkDerivation rec {
homepage = "https://www.fefe.de/libowfat/";
license = licenses.gpl2;
platforms = platforms.linux;
# Doesn't build with glibc 2.34: https://hydra.nixos.org/build/156248131
# Should be fixed with the next release: https://bugs.gentoo.org/806505
broken = true;
};
}

Loading…
Cancel
Save