Fixing the hplip meta info, so nixpkgs can be evaluated again by hydra (and nix-env -qa)
svn path=/nixpkgs/trunk/; revision=22323
This commit is contained in:
@@ -42,6 +42,6 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Print, scan and fax HP drivers for Linux";
|
description = "Print, scan and fax HP drivers for Linux";
|
||||||
homepage = http://hplipopensource.com/;
|
homepage = http://hplipopensource.com/;
|
||||||
license = "free" # MIT/BSD/GPL
|
license = "free"; # MIT/BSD/GPL
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user