From 583ca547057bb598393440f7afe4f93661638409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 18 Jun 2010 09:45:23 +0000 Subject: [PATCH] Fixing the hplip meta info, so nixpkgs can be evaluated again by hydra (and nix-env -qa) svn path=/nixpkgs/trunk/; revision=22323 --- pkgs/misc/drivers/hplip/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix index bebce948cb0..f5e9ad9d890 100644 --- a/pkgs/misc/drivers/hplip/default.nix +++ b/pkgs/misc/drivers/hplip/default.nix @@ -42,6 +42,6 @@ stdenv.mkDerivation { meta = { description = "Print, scan and fax HP drivers for Linux"; homepage = http://hplipopensource.com/; - license = "free" # MIT/BSD/GPL + license = "free"; # MIT/BSD/GPL }; }