pkgs/development/compilers: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitLab, buildEnv, makeWrapper, lua, luajit, readline
|
||||
{ lib, stdenv, fetchFromGitLab, buildEnv, makeWrapper, lua, luajit, readline
|
||||
, useLuaJit ? false
|
||||
, extraLibraries ? []
|
||||
}:
|
||||
@@ -17,7 +17,7 @@ let
|
||||
[ lua ];
|
||||
};
|
||||
|
||||
inherit (stdenv.lib) optionalString concatMapStringsSep;
|
||||
inherit (lib) optionalString concatMapStringsSep;
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation {
|
||||
--prefix LD_LIBRARY_PATH : ${urn-rt}/lib/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://urn-lang.com";
|
||||
description = "Yet another Lisp variant which compiles to Lua";
|
||||
license = licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user