fpm2: push 'with lib' down from top level to 'meta' definition
This commit is contained in:
parent
aa0956415e
commit
d82e1663c7
@ -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…
Reference in New Issue
Block a user