From ddfdd85171a2b35f2c80151839733ce123260980 Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Wed, 25 Jun 2014 22:32:54 +0200 Subject: [PATCH] tables: Define license --- pkgs/development/python-modules/tables/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/tables/default.nix b/pkgs/development/python-modules/tables/default.nix index d3edf54788ab..7c897e9531fb 100644 --- a/pkgs/development/python-modules/tables/default.nix +++ b/pkgs/development/python-modules/tables/default.nix @@ -52,5 +52,6 @@ buildPythonPackage rec { meta = { description = "Hierarchical datasets for Python"; homepage = "http://www.pytables.org/"; + license = stdenv.lib.licenses.bsd2; }; }