pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ fetchurl, stdenv, tokyocabinet, pkg-config }:
|
||||
{ fetchurl, lib, stdenv, tokyocabinet, pkg-config }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "tokyotyrant-1.1.41";
|
||||
@@ -33,9 +33,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
homepage = "https://fallabs.com/tokyotyrant/";
|
||||
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
|
||||
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice
|
||||
platforms = lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user