pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, python2Packages }:
|
||||
{ lib, stdenv, fetchFromGitHub, python2Packages }:
|
||||
|
||||
python2Packages.buildPythonApplication rec {
|
||||
program = "grin";
|
||||
@@ -18,7 +18,7 @@ python2Packages.buildPythonApplication rec {
|
||||
meta = {
|
||||
homepage = "https://github.com/rkern/grin";
|
||||
description = "A grep program configured the way I like it";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.sjagoe ];
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ lib.maintainers.sjagoe ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user