ubuntu-font-family: free is a string, not var

This commit is contained in:
Antono Vasiljev 2012-06-23 02:40:04 +03:00
parent d4092f153e
commit 6db0c4c51d

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation {
contemporary style and contains characteristics unique to contemporary style and contains characteristics unique to
the Ubuntu brand that convey a precise, reliable and free attitude."; the Ubuntu brand that convey a precise, reliable and free attitude.";
homepage = http://font.ubuntu.com/; homepage = http://font.ubuntu.com/;
license = free; license = "free";
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.antono ]; maintainers = [ stdenv.lib.maintainers.antono ];
}; };