pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# This file was generated by go2nix.
|
||||
{ stdenv, buildGoPackage, fetchgit }:
|
||||
{ lib, stdenv, buildGoPackage, fetchgit }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "codesearch";
|
||||
version = "20150717-${stdenv.lib.strings.substring 0 7 rev}";
|
||||
version = "20150717-${lib.strings.substring 0 7 rev}";
|
||||
rev = "a45d81b686e85d01f2838439deaf72126ccd5a96";
|
||||
|
||||
goPackagePath = "github.com/google/codesearch";
|
||||
@@ -17,8 +17,8 @@ buildGoPackage rec {
|
||||
meta = {
|
||||
description = "Fast, indexed regexp search over large file trees";
|
||||
homepage = "https://github.com/google/codesearch";
|
||||
license = [ stdenv.lib.licenses.bsd3 ];
|
||||
maintainers = [ stdenv.lib.maintainers.bennofs ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = [ lib.licenses.bsd3 ];
|
||||
maintainers = [ lib.maintainers.bennofs ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user