fpm2: push 'with lib' down from top level to 'meta' definition

This commit is contained in:
Sergei Trofimovich 2022-06-17 21:31:55 +01:00
parent aa0956415e
commit d82e1663c7

View file

@ -2,8 +2,6 @@
, libxml2, intltool, nettle
}:
with lib;
stdenv.mkDerivation rec {
pname = "fpm2";
version = "0.90";
@ -16,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ gnupg gtk3 libxml2 intltool nettle ];
meta = {
meta = with lib; {
description = "GTK2 port from Figaro's Password Manager originally developed by John Conneely, with some new enhancements";
homepage = "https://als.regnet.cz/fpm2/";
license = licenses.gpl2;