pkgs/development/interpreters: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-23 20:29:03 +07:00
parent f6a583eeec
commit 001c0cbe54
101 changed files with 350 additions and 350 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, python2Packages }:
{ lib, stdenv, fetchurl, python2Packages }:
let version = "0.9.5.1.1"; in
@@ -16,6 +16,6 @@ python2Packages.buildPythonPackage {
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;
license = lib.licenses.asl20;
};
}
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, python2Packages }:
{ lib, stdenv, fetchurl, python2Packages }:
let version = "0.9.6.4"; in
@@ -16,6 +16,6 @@ python2Packages.buildPythonPackage {
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;
license = lib.licenses.asl20;
};
}