pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -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