mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
shishi: remove top-level with lib;
This commit is contained in:
parent
500405f89c
commit
5a2a2b8c0a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user