about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorMatthew <mjbauer95@gmail.com>2016-08-09 20:11:07 +0000
committerMatthew <mjbauer95@gmail.com>2016-08-09 20:11:07 +0000
commitffb502d1572cf0c8a88aa034c7b76e8973ec970e (patch)
tree4a0ea734254d10073b7dc6a841929d39e5b8c610 /pkgs/data
parent4c43ac2db55a4313313d6d6393c40b771ae4c0ad (diff)
downloadnixlib-ffb502d1572cf0c8a88aa034c7b76e8973ec970e.tar
nixlib-ffb502d1572cf0c8a88aa034c7b76e8973ec970e.tar.gz
nixlib-ffb502d1572cf0c8a88aa034c7b76e8973ec970e.tar.bz2
nixlib-ffb502d1572cf0c8a88aa034c7b76e8973ec970e.tar.lz
nixlib-ffb502d1572cf0c8a88aa034c7b76e8973ec970e.tar.xz
nixlib-ffb502d1572cf0c8a88aa034c7b76e8973ec970e.tar.zst
nixlib-ffb502d1572cf0c8a88aa034c7b76e8973ec970e.zip
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.
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/fonts/gdouros/default.nix12
1 files changed, 8 insertions, 4 deletions
diff --git a/pkgs/data/fonts/gdouros/default.nix b/pkgs/data/fonts/gdouros/default.nix
index 35c53659c6e6..28bea4c2c8bd 100644
--- a/pkgs/data/fonts/gdouros/default.nix
+++ b/pkgs/data/fonts/gdouros/default.nix
@@ -1,10 +1,6 @@
 {stdenv, fetchurl, unzip, lib }:
 let
   fonts = {
-    aegean = { version = "8.00"; file = "Aegean.zip"; sha256 = "0jhj4i0262f4zbm979fm01rnvc91a00kwkbcgvzs281256g2ciny";
-               description = "Scripts and symbols of the Aegean world"; };
-    textfonts = { version = "6.00"; file = "Textfonts.zip"; sha256 = "06igp3hdql0yfaj9h2ahh5n7yvj2ni7rj2jdmz534f9618l8qi6r";
-                  description = "Fonts based on early Greek editions"; };
     symbola = { version = "9.00"; file = "Symbola.zip"; sha256 = "0d9zrlvzh8inhr17p99banr0dmrvkwxbk3q7zhqqx2z4gf2yavc5";
                 description = "Basic Latin, Greek, Cyrillic and many Symbol blocks of Unicode"; };
     aegyptus = { version = "6.00"; file = "Aegyptus.zip"; sha256 = "10mr54ja9b169fhqfkrw510jybghrpjx7a8a7m38k5v39ck8wz6v";
@@ -21,6 +17,14 @@ let
                description = "Musical Notation"; };
     analecta = { version = "5.00"; file = "Analecta.zip"; sha256 = "0rphylnz42fqm1zpx5jx60k294kax3sid8r2hx3cbxfdf8fnpb1f";
                  description = "Coptic, Gothic, Deseret"; };
+    # the following are also available from http://users.teilar.gr/~g1951d/
+    # but not yet packaged:
+    #  - Aroania
+    #  - Anaktoria
+    #  - Alexander
+    #  - Avdira
+    #  - Asea
+    #  - Aegean
   };
   mkpkg = name_: {version, file, sha256, description}:
     stdenv.mkDerivation rec {