pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
configureFlags = [ "--sysconfdir=/etc" ] # Look for ‘sysless’ in /etc.
|
||||
++ stdenv.lib.optional lessSecure [ "--with-secure" ];
|
||||
++ lib.optional lessSecure [ "--with-secure" ];
|
||||
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user