pkgs/development: stdenv.lib -> lib
this takes care of the following folders in pkgs/development: * arduino * chez-modules * go-packages * guile-modules * idris-modules * perl-modules * r-modules * ruby-modules
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchgit, chez, chez-srfi }:
|
||||
{ stdenv, lib, fetchgit, chez, chez-srfi }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "chez-mit";
|
||||
@@ -22,11 +22,11 @@ stdenv.mkDerivation {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "This is a MIT/GNU Scheme compatibility library for Chez Scheme";
|
||||
homepage = "https://github.com/fedeinthemix/chez-mit/";
|
||||
maintainers = [ stdenv.lib.maintainers.jitwit ];
|
||||
license = stdenv.lib.licenses.free;
|
||||
maintainers = [ maintainers.jitwit ];
|
||||
license = licenses.free;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user