haskellPackages.sfnt2woff: fix build

This commit is contained in:
Raphael Robatsch
2023-01-22 15:18:10 +01:00
committed by sternenseemann
parent bac43d3b64
commit e8e64dc6ed
3 changed files with 4 additions and 3 deletions
@@ -2328,4 +2328,8 @@ self: super: {
# posix-api has had broken tests since 2020 (until at least 2023-01-11)
# raehik has a fix pending: https://github.com/andrewthad/posix-api/pull/14
posix-api = dontCheck super.posix-api;
# bytestring <0.11.0, optparse-applicative <0.13.0
# https://github.com/kseo/sfnt2woff/issues/1
sfnt2woff = doJailbreak super.sfnt2woff;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
@@ -4719,7 +4719,6 @@ broken-packages:
- SFML
- sfml-audio
- sfmt
- sfnt2woff
- SG
- sgd
- SGplus
-2
View File
@@ -257333,9 +257333,7 @@ self: {
testHaskellDepends = [ base ];
description = "A command line tool to convert TrueType/OpenType fonts to WOFF format";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "sfnt2woff";
broken = true;
}) {inherit (pkgs) zlib;};
"sgd" = callPackage