ntbtls: move with lib to smaller scope

This commit is contained in:
Sandro Jäckel 2021-10-07 22:22:17 +02:00
parent 9a76986ee0
commit e98727a916
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

@ -1,7 +1,5 @@
{ lib, stdenv, fetchurl, gettext, libgpgerror, libgcrypt, libksba, zlib }:
with lib;
stdenv.mkDerivation rec {
pname = "ntbtls";
version = "0.2.0";
@ -20,7 +18,7 @@ stdenv.mkDerivation rec {
moveToOutput "bin/ntbtls-config" $dev
'';
meta = {
meta = with lib; {
description = "A tiny TLS 1.2 only implementation";
homepage = "https://www.gnupg.org/software/ntbtls/";
license = licenses.gpl3Plus;