pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, python2, emacs }:
|
||||
{ lib, stdenv, fetchurl, python2, emacs }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pydb-1.26";
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Python debugger with GDB-like commands and Emacs bindings";
|
||||
homepage = "http://bashdb.sourceforge.net/pydb/";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user