mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
svn path=/nixpkgs/trunk/; revision=12309
This commit is contained in:
parent
df8ae9639a
commit
20d29abc63
@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "redhat-liberation";
|
||||
src = fetchurl {
|
||||
url = https://www.redhat.com/f/fonts/liberation-fonts.tar.gz;
|
||||
sha256 = "13zzyqyi3mf676aj3fg9122asyykpx94mk689r1p2ab1axyg4k0p";
|
||||
sha256 = "5749c27f3deb5da323961e86efed1306fc072bea9065790d0047ad61471be6a5";
|
||||
};
|
||||
installPhase = ''
|
||||
ensureDir $out/share/fonts/truetype
|
||||
|
Loading…
Reference in New Issue
Block a user