shishi: remove top-level with lib;

This commit is contained in:
TomaSajt 2024-05-13 22:00:29 +02:00
parent 500405f89c
commit 5a2a2b8c0a
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -11,8 +11,9 @@ let
optPam = shouldUsePkg pam;
optLibidn = shouldUsePkg libidn;
optGnutls = shouldUsePkg gnutls;
inherit (lib) enableFeature withFeature optionalString;
in
with lib;
stdenv.mkDerivation rec {
pname = "shishi";
version = "1.0.2";
@ -64,7 +65,7 @@ stdenv.mkDerivation rec {
-e 's,\(-ltasn1\),-L${libtasn1.out}/lib \1,'
'';
meta = {
meta = with lib; {
homepage = "https://www.gnu.org/software/shishi/";
description = "Implementation of the Kerberos 5 network security system";
license = licenses.gpl3Plus;