treewide: stdenv.lib -> lib
This commit is contained in:
@@ -29,12 +29,12 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ installShellFiles tcl ];
|
||||
|
||||
buildInputs = [ zlib openssl readline sqlite which ed ]
|
||||
++ stdenv.lib.optional stdenv.isDarwin libiconv;
|
||||
++ lib.optional stdenv.isDarwin libiconv;
|
||||
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
|
||||
configureFlags = [ "--disable-internal-sqlite" ]
|
||||
++ stdenv.lib.optional withJson "--json";
|
||||
++ lib.optional withJson "--json";
|
||||
|
||||
preCheck = ''
|
||||
export TCLLIBPATH="${tcllib}/lib/tcllib${tcllib.version}"
|
||||
|
||||
Reference in New Issue
Block a user