parent
934c71f806
commit
bf56cfe48c
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, python2Packages }:
|
{ stdenv, fetchurl, python2Packages }:
|
||||||
|
|
||||||
let version = "0.9.5.1.1"; in
|
let version = "0.9.5.1.1"; in
|
||||||
|
|
||||||
@ -15,5 +15,6 @@ python2Packages.buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
|
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
|
||||||
description = "A language for writing Python extension modules";
|
description = "A language for writing Python extension modules";
|
||||||
|
license = stdenv.lib.licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -15,5 +15,6 @@ python2Packages.buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
|
homepage = http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/;
|
||||||
description = "A language for writing Python extension modules";
|
description = "A language for writing Python extension modules";
|
||||||
|
license = stdenv.lib.licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user