pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, makeWrapper, jre
|
||||
{ lib, stdenv, fetchurl, makeWrapper, jre
|
||||
, htmlunit-driver, chromedriver, chromeSupport ? true }:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
let
|
||||
minorVersion = "3.141";
|
||||
|
||||
Reference in New Issue
Block a user