From 6db0c4c51d6d9ee1e0cac1995e44202f1e4420ea Mon Sep 17 00:00:00 2001 From: Antono Vasiljev Date: Sat, 23 Jun 2012 02:40:04 +0300 Subject: [PATCH] ubuntu-font-family: free is a string, not var --- pkgs/data/fonts/ubuntu-font-family/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/data/fonts/ubuntu-font-family/default.nix b/pkgs/data/fonts/ubuntu-font-family/default.nix index e2139bcbc12e..bab2f3337e1b 100644 --- a/pkgs/data/fonts/ubuntu-font-family/default.nix +++ b/pkgs/data/fonts/ubuntu-font-family/default.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation { contemporary style and contains characteristics unique to the Ubuntu brand that convey a precise, reliable and free attitude."; homepage = http://font.ubuntu.com/; - license = free; + license = "free"; platforms = stdenv.lib.platforms.all; maintainers = [ stdenv.lib.maintainers.antono ]; };