pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user