pkgs/development/libraries: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-21 19:11:02 -08:00
committed by Jonathan Ringer
parent 046d24424e
commit 66e44425c6
1770 changed files with 4913 additions and 4912 deletions
@@ -1,10 +1,10 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkg-config, python2, perl, yacc, flex
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, python2, perl, yacc, flex
, texinfo, perlPackages
, openldap, libcap_ng, sqlite, openssl, db, libedit, pam
, CoreFoundation, Security, SystemConfiguration
}:
with stdenv.lib;
with lib;
stdenv.mkDerivation rec {
pname = "heimdal";
version = "7.7.0";
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkg-config, perl, yacc, bootstrap_cmds
{ lib, stdenv, fetchurl, pkg-config, perl, yacc, bootstrap_cmds
, openssl, openldap, libedit, keyutils
# Extra Arguments
@@ -16,7 +16,7 @@
let
libOnly = type == "lib";
in
with stdenv.lib;
with lib;
stdenv.mkDerivation rec {
name = "${type}krb5-${version}";
majorVersion = "1.18"; # remove patches below with next upgrade