enpass: 6.0.1.239 -> 6.5.1.723
This commit is contained in:
committed by
Artur Taranchiev
parent
77b7d8b4d6
commit
7dc0b8d9d6
@@ -2,7 +2,7 @@
|
||||
, glib, libGLU, libGL, libpulseaudio, zlib, dbus, fontconfig, freetype
|
||||
, gtk3, pango
|
||||
, makeWrapper , python2Packages, lib
|
||||
, lsof, curl, libuuid, cups, mesa
|
||||
, lsof, curl, libuuid, cups, mesa, lzma, libxkbcommon
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -38,6 +38,8 @@ let
|
||||
curl
|
||||
libuuid
|
||||
cups
|
||||
lzma
|
||||
libxkbcommon
|
||||
]);
|
||||
package = stdenv.mkDerivation {
|
||||
|
||||
@@ -49,11 +51,12 @@ let
|
||||
url = "${baseUrl}/${data.path}";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "a well known password manager";
|
||||
meta = with stdenv.lib; {
|
||||
description = "A well known password manager";
|
||||
homepage = "https://www.enpass.io/";
|
||||
license = lib.licenses.unfree;
|
||||
license = licenses.unfree;
|
||||
platforms = [ "x86_64-linux" "i686-linux"];
|
||||
maintainers = with maintainers; [ guillaumekoenig ];
|
||||
};
|
||||
|
||||
buildInputs = [makeWrapper dpkg];
|
||||
|
||||
Reference in New Issue
Block a user