mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +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;
|
optPam = shouldUsePkg pam;
|
||||||
optLibidn = shouldUsePkg libidn;
|
optLibidn = shouldUsePkg libidn;
|
||||||
optGnutls = shouldUsePkg gnutls;
|
optGnutls = shouldUsePkg gnutls;
|
||||||
|
|
||||||
|
inherit (lib) enableFeature withFeature optionalString;
|
||||||
in
|
in
|
||||||
with lib;
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "shishi";
|
pname = "shishi";
|
||||||
version = "1.0.2";
|
version = "1.0.2";
|
||||||
@ -64,7 +65,7 @@ stdenv.mkDerivation rec {
|
|||||||
-e 's,\(-ltasn1\),-L${libtasn1.out}/lib \1,'
|
-e 's,\(-ltasn1\),-L${libtasn1.out}/lib \1,'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://www.gnu.org/software/shishi/";
|
homepage = "https://www.gnu.org/software/shishi/";
|
||||||
description = "Implementation of the Kerberos 5 network security system";
|
description = "Implementation of the Kerberos 5 network security system";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user