pkgs/development: stdenv.lib -> lib
This commit is contained in:
@@ -34,8 +34,8 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "GLPK interface for the Pure Programming Language";
|
||||
homepage = "http://puredocs.bitbucket.org/pure-glpk.html";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ asppsa ];
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ asppsa ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user