krb5: fix build via update
This commit is contained in:
parent
365dc52872
commit
d91df9a4bd
1 changed files with 9 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
pname = "krb5";
|
||||
version = "1.10";
|
||||
version = "1.11.1";
|
||||
name = "${pname}-${version}";
|
||||
webpage = http://web.mit.edu/kerberos/;
|
||||
in
|
||||
|
@ -11,8 +11,8 @@ stdenv.mkDerivation (rec {
|
|||
inherit name;
|
||||
|
||||
src = fetchurl {
|
||||
url = "${webpage}/dist/krb5/1.10/${name}-signed.tar";
|
||||
sha256 = "1pa4m6538drb51gsqxbbxlsnc9fm9ccid9m2s3pv3di5l0a7l8bg";
|
||||
url = "${webpage}/dist/krb5/1.11/${name}-signed.tar";
|
||||
sha256 = "0s07sbwrj3c61gc29g016csim04azb9h74rf5595fxzqlzv0y8rs";
|
||||
};
|
||||
|
||||
buildInputs = [ perl ncurses yacc ];
|
||||
|
@ -23,9 +23,11 @@ stdenv.mkDerivation (rec {
|
|||
cd ${name}/src
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "MIT Kerberos 5";
|
||||
homepage = webpage;
|
||||
license = "MPL";
|
||||
#doCheck = true; # report: No suitable file for testing purposes
|
||||
|
||||
meta = {
|
||||
description = "MIT Kerberos 5";
|
||||
homepage = webpage;
|
||||
license = "MPL";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue