summary refs log tree commit diff
path: root/pkgs/data/fonts/freefont-ttf
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-11-03 23:58:01 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-11-03 23:59:57 +0000
commitc8b3f48865ecee7cbeb02bae82acdacf8b24521a (patch)
tree18915dfee1b5c8e3ef123560e13ba0e91954b84a /pkgs/data/fonts/freefont-ttf
parent6a117fb0b8b9d602cee775b6bb6d250c73106d48 (diff)
downloadnixpkgs-c8b3f48865ecee7cbeb02bae82acdacf8b24521a.tar
nixpkgs-c8b3f48865ecee7cbeb02bae82acdacf8b24521a.tar.gz
nixpkgs-c8b3f48865ecee7cbeb02bae82acdacf8b24521a.tar.bz2
nixpkgs-c8b3f48865ecee7cbeb02bae82acdacf8b24521a.tar.lz
nixpkgs-c8b3f48865ecee7cbeb02bae82acdacf8b24521a.tar.xz
nixpkgs-c8b3f48865ecee7cbeb02bae82acdacf8b24521a.tar.zst
nixpkgs-c8b3f48865ecee7cbeb02bae82acdacf8b24521a.zip
freefont_ttf: update from 20100919 to 20120503
Diffstat (limited to 'pkgs/data/fonts/freefont-ttf')
-rw-r--r--pkgs/data/fonts/freefont-ttf/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/data/fonts/freefont-ttf/default.nix b/pkgs/data/fonts/freefont-ttf/default.nix
index e1d9e1614f3..51505320ba4 100644
--- a/pkgs/data/fonts/freefont-ttf/default.nix
+++ b/pkgs/data/fonts/freefont-ttf/default.nix
@@ -1,13 +1,15 @@
-{stdenv, fetchurl}:
+{stdenv, fetchurl, unzip}:
 
 stdenv.mkDerivation rec {
-  name = "freefont-ttf-20100919";
+  name = "freefont-ttf-20120503";
 
   src = fetchurl {
-    url = "mirror://gnu/freefont/${name}.tar.gz";
-    sha256 = "1q3h5jp1mbdkinkwxy0lfd0a1q7azlbagraydlzaa2ng82836wg4";
+    url = "mirror://gnu/freefont/${name}.zip";
+    sha256 = "1bw9mrf5pqi2a29b7qw4nhhj566aqqmi28hkbn2a38c2pzqvm1bw";
   };
 
+  buildInputs = [ unzip ];
+
   installPhase = ''
     mkdir -p $out/share/fonts/truetype
     cp *.ttf $out/share/fonts/truetype