Update RedHat Liberation fonts
svn path=/nixpkgs/trunk/; revision=15516
This commit is contained in:
@@ -3,11 +3,10 @@
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "redhat-liberation";
|
name = "redhat-liberation";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.redhat.com/f/fonts/liberation-fonts.tar.gz;
|
url = https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-1.04.tar.gz;
|
||||||
sha256 = "5749c27f3deb5da323961e86efed1306fc072bea9065790d0047ad61471be6a5";
|
sha256 = "189i6pc4jqhhmsb9shi8afg9af9crpmz9bnlldhqaxavr1bhj38f";
|
||||||
};
|
};
|
||||||
|
|
||||||
unpackPhase = ''tar -xvf "$src" && sourceRoot="$PWD/liberation-fonts"'';
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
ensureDir $out/share/fonts/truetype
|
ensureDir $out/share/fonts/truetype
|
||||||
cp *.ttf $out/share/fonts/truetype
|
cp *.ttf $out/share/fonts/truetype
|
||||||
|
|||||||
Reference in New Issue
Block a user