pyrex: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-06 12:32:28 +02:00
parent 934c71f806
commit bf56cfe48c
No known key found for this signature in database
GPG key ID: C899ACE7E2322852
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ fetchurl, python2Packages }:
{ stdenv, fetchurl, python2Packages }:
let version = "0.9.5.1.1"; in
@ -15,5 +15,6 @@ python2Packages.buildPythonPackage rec {
meta = {
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
description = "A language for writing Python extension modules";
license = stdenv.lib.licenses.asl20;
};
}

View file

@ -15,5 +15,6 @@ python2Packages.buildPythonPackage rec {
meta = {
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
description = "A language for writing Python extension modules";
license = stdenv.lib.licenses.asl20;
};
}