1 { lib, stdenv, fetchurl, pkg-config, gnupg, gtk3
2 , libxml2, intltool, nettle
5 stdenv.mkDerivation rec {
10 url = "https://als.regnet.cz/fpm2/download/fpm2-${version}.tar.xz";
11 sha256 = "1lfzja3vzd6l6hfvw8gvg4qkl5iy6gra5pa8gjlps9l63k2bjfhz";
14 nativeBuildInputs = [ pkg-config intltool ];
15 buildInputs = [ gnupg gtk3 libxml2 nettle ];
18 description = "GTK2 port from Figaro's Password Manager originally developed by John Conneely, with some new enhancements";
20 homepage = "https://als.regnet.cz/fpm2/";
21 license = licenses.gpl2Plus;
22 platforms = platforms.linux;
23 maintainers = with maintainers; [ hce ];