From 05245ea0553ef6eb04ee43aa8febc97b43f1c4f1 Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Thu, 25 Feb 2010 13:09:08 +0000 Subject: [PATCH] Added licenses to the lib attributeset svn path=/nixpkgs/trunk/; revision=20249 --- pkgs/lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/lib/default.nix b/pkgs/lib/default.nix index cbb4a5bf9b3..dea82ee077e 100644 --- a/pkgs/lib/default.nix +++ b/pkgs/lib/default.nix @@ -21,7 +21,7 @@ let in { inherit trivial lists strings stringsWithDeps attrsets sources options - properties modules types meta debug maintainers platforms systems; + properties modules types meta debug maintainers licenses platforms systems; } # !!! don't include everything at top-level; perhaps only the most # commonly used functions.