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
···11-{buildPerlPackage, stdenv, fetchurl, DBDmysql}:
11+{buildPerlPackage, lib, stdenv, fetchurl, DBDmysql}:
2233buildPerlPackage {
44 pname = "maatkit";
···2727 done
2828 '' ;
29293030- meta = {
3030+ meta = with lib; {
3131 description = "Database toolkit";
3232 longDescription = ''
3333 You can use Maatkit to prove replication is working correctly, fix
···3737 In addition to MySQL, there is support for PostgreSQL, Memcached, and a
3838 growing variety of other databases and technologies.
3939 '';
4040- license = stdenv.lib.licenses.gpl2Plus;
4040+ license = licenses.gpl2Plus;
4141 homepage = "http://www.maatkit.org/";
4242 };
4343}