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

main
Sergei Trofimovich 2 years ago
parent aa0956415e
commit d82e1663c7
  1. 4
      pkgs/tools/security/fpm2/default.nix

@ -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;

Loading…
Cancel
Save