[cpan2nix] perlPackages.AuthenKrb5: cleanup
This commit is contained in:
parent
8b0db1ff34
commit
57e1050e9d
@ -857,11 +857,12 @@ let
|
|||||||
sha256 = "0kgpl0x1qxq1p2ccxy8qqkrvqba2gq6aq6p931qnz9812nxh0yyp";
|
sha256 = "0kgpl0x1qxq1p2ccxy8qqkrvqba2gq6aq6p931qnz9812nxh0yyp";
|
||||||
};
|
};
|
||||||
perlPreHook = "export LD=$CC";
|
perlPreHook = "export LD=$CC";
|
||||||
propagatedBuildInputs = [ pkgs.libkrb5 DevelChecklib FileWhich PkgConfig ];
|
propagatedBuildInputs = [ pkgs.libkrb5 ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "XS bindings for Kerberos 5";
|
description = "XS bindings for Kerberos 5";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ DevelChecklib FileWhich PkgConfig ];
|
||||||
};
|
};
|
||||||
|
|
||||||
AuthenKrb5Admin = buildPerlPackage rec {
|
AuthenKrb5Admin = buildPerlPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user