Cleaning up ubuntu-font-family
This commit is contained in:
parent
b5b9b0371c
commit
d4092f153e
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, unzip }:
|
{ stdenv, fetchurl, unzip }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation {
|
||||||
name = "ubuntu-font-family-0.80";
|
name = "ubuntu-font-family-0.80";
|
||||||
buildInputs = [unzip];
|
buildInputs = [unzip];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip;
|
url = "http://font.ubuntu.com/download/${name}.zip";
|
||||||
sha256 = "0k4f548riq23gmw4zhn30qqkcpaj4g2ab5rbc3lflfxwkc4p0w8h";
|
sha256 = "0k4f548riq23gmw4zhn30qqkcpaj4g2ab5rbc3lflfxwkc4p0w8h";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user