Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gdouros: remove broken fonts

Some of these fonts are still available but their url has moved and
their hash has been changed. If anyone still uses them, feel free to add
them back.

Matthew ffb502d1 4c43ac2d

+9 -5
+8 -4
pkgs/data/fonts/gdouros/default.nix
··· 1 {stdenv, fetchurl, unzip, lib }: 2 let 3 fonts = { 4 - aegean = { version = "8.00"; file = "Aegean.zip"; sha256 = "0jhj4i0262f4zbm979fm01rnvc91a00kwkbcgvzs281256g2ciny"; 5 - description = "Scripts and symbols of the Aegean world"; }; 6 - textfonts = { version = "6.00"; file = "Textfonts.zip"; sha256 = "06igp3hdql0yfaj9h2ahh5n7yvj2ni7rj2jdmz534f9618l8qi6r"; 7 - description = "Fonts based on early Greek editions"; }; 8 symbola = { version = "9.00"; file = "Symbola.zip"; sha256 = "0d9zrlvzh8inhr17p99banr0dmrvkwxbk3q7zhqqx2z4gf2yavc5"; 9 description = "Basic Latin, Greek, Cyrillic and many Symbol blocks of Unicode"; }; 10 aegyptus = { version = "6.00"; file = "Aegyptus.zip"; sha256 = "10mr54ja9b169fhqfkrw510jybghrpjx7a8a7m38k5v39ck8wz6v"; ··· 21 description = "Musical Notation"; }; 22 analecta = { version = "5.00"; file = "Analecta.zip"; sha256 = "0rphylnz42fqm1zpx5jx60k294kax3sid8r2hx3cbxfdf8fnpb1f"; 23 description = "Coptic, Gothic, Deseret"; }; 24 }; 25 mkpkg = name_: {version, file, sha256, description}: 26 stdenv.mkDerivation rec {
··· 1 {stdenv, fetchurl, unzip, lib }: 2 let 3 fonts = { 4 symbola = { version = "9.00"; file = "Symbola.zip"; sha256 = "0d9zrlvzh8inhr17p99banr0dmrvkwxbk3q7zhqqx2z4gf2yavc5"; 5 description = "Basic Latin, Greek, Cyrillic and many Symbol blocks of Unicode"; }; 6 aegyptus = { version = "6.00"; file = "Aegyptus.zip"; sha256 = "10mr54ja9b169fhqfkrw510jybghrpjx7a8a7m38k5v39ck8wz6v"; ··· 17 description = "Musical Notation"; }; 18 analecta = { version = "5.00"; file = "Analecta.zip"; sha256 = "0rphylnz42fqm1zpx5jx60k294kax3sid8r2hx3cbxfdf8fnpb1f"; 19 description = "Coptic, Gothic, Deseret"; }; 20 + # the following are also available from http://users.teilar.gr/~g1951d/ 21 + # but not yet packaged: 22 + # - Aroania 23 + # - Anaktoria 24 + # - Alexander 25 + # - Avdira 26 + # - Asea 27 + # - Aegean 28 }; 29 mkpkg = name_: {version, file, sha256, description}: 30 stdenv.mkDerivation rec {
+1 -1
pkgs/top-level/all-packages.nix
··· 12108 stix-otf = callPackage ../data/fonts/stix-otf { }; 12109 12110 inherit (callPackages ../data/fonts/gdouros { }) 12111 - aegean textfonts symbola aegyptus akkadian anatolian maya unidings musica analecta; 12112 12113 iana_etc = callPackage ../data/misc/iana-etc { }; 12114
··· 12108 stix-otf = callPackage ../data/fonts/stix-otf { }; 12109 12110 inherit (callPackages ../data/fonts/gdouros { }) 12111 + symbola aegyptus akkadian anatolian maya unidings musica analecta; 12112 12113 iana_etc = callPackage ../data/misc/iana-etc { }; 12114