freefont_ttf: update from 20100919 to 20120503
This commit is contained in:
parent
6a117fb0b8
commit
c8b3f48865
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user