haskellPackages.Chart-diagrams: build with up to date SVGFonts

This commit is contained in:
sternenseemann 2022-05-31 20:43:14 +02:00
parent ed7715885e
commit 37c1c54c3e
3 changed files with 0 additions and 29 deletions

View File

@ -765,11 +765,6 @@ self: super: {
# https://github.com/diagrams/diagrams-braille/issues/1
diagrams-braille = doJailbreak super.diagrams-braille;
# https://github.com/timbod7/haskell-chart/pull/231#issuecomment-953745932
Chart-diagrams = doJailbreak (super.Chart-diagrams.override {
SVGFonts = super.SVGFonts_1_7_0_1;
});
# https://github.com/xu-hao/namespace/issues/1
namespace = doJailbreak super.namespace;

View File

@ -131,7 +131,6 @@ extra-packages:
- weeder == 2.3.* # 2022-05-31: preserve for GHC 9.0.2
- attoparsec == 0.13.* # 2022-02-23: Needed to compile elm for now
- relude == 0.7.0.0 # 2022-02-25: Needed for ema 0.6
- SVGFonts < 1.8 # 2022-03-19: Needed for Chart-diagrams 1.9.3
- clay < 0.14 # 2022-03-20: Needed for neuron 1.0.0.0
- hspec-golden == 0.1.* # 2022-04-07: Needed for elm-format
- tasty-hspec == 1.1.6 # 2022-04-07: Needed for elm-format

View File

@ -18012,29 +18012,6 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
"SVGFonts_1_7_0_1" = callPackage
({ mkDerivation, attoparsec, base, blaze-markup, blaze-svg
, bytestring, cereal, cereal-vector, containers, data-default-class
, diagrams-core, diagrams-lib, directory, parsec, split, text
, vector, xml
}:
mkDerivation {
pname = "SVGFonts";
version = "1.7.0.1";
sha256 = "06vnpkkr19s9b1wjp7l2w29vr7fsghcrffd2knlxvdhjacrfpc9h";
revision = "2";
editedCabalFile = "0q731cyrqq1csbid9nxh2bj6rf8yss017lz9j9zk22bw3bymzb0s";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
attoparsec base blaze-markup blaze-svg bytestring cereal
cereal-vector containers data-default-class diagrams-core
diagrams-lib directory parsec split text vector xml
];
description = "Fonts from the SVG-Font format";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"SVGFonts" = callPackage
({ mkDerivation, attoparsec, base, blaze-markup, blaze-svg
, bytestring, cereal, cereal-vector, containers, data-default-class