balsa: 2.5.9 -> 2.6.1

Remove --with-gpgme as gpg is fixed build requirement now.
This commit is contained in:
José Romildo Malaquias 2020-05-13 18:12:22 -03:00
parent 7172181c3d
commit d56c2a0b24

@ -1,7 +1,7 @@
{ stdenv { stdenv
, fetchurl , fetchurl
, glib , glib
, gmime , gmime3
, gnutls , gnutls
, gobject-introspection , gobject-introspection
, gpgme , gpgme
@ -11,6 +11,7 @@
, intltool , intltool
, libcanberra-gtk3 , libcanberra-gtk3
, libesmtp , libesmtp
, libical
, libnotify , libnotify
, libsecret , libsecret
, openssl , openssl
@ -21,11 +22,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "balsa"; pname = "balsa";
version = "2.5.9"; version = "2.6.1";
src = fetchurl { src = fetchurl {
url = "https://pawsa.fedorapeople.org/balsa/${pname}-${version}.tar.bz2"; url = "https://pawsa.fedorapeople.org/balsa/${pname}-${version}.tar.bz2";
sha256 = "19gs1qfvbk9qx4rjmgrmvid00kl9k153zjjx8zjii2lz09w7g19i"; sha256 = "1xkxx801p7sbfkn0bh3cz85wra4xf1z1zhjqqc80z1z1nln7fhb4";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -37,7 +38,7 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
glib glib
gmime gmime3
gnutls gnutls
gpgme gpgme
gtk3 gtk3
@ -45,6 +46,7 @@ stdenv.mkDerivation rec {
gtkspell3 gtkspell3
libcanberra-gtk3 libcanberra-gtk3
libesmtp libesmtp
libical
libnotify libnotify
libsecret libsecret
openssl openssl
@ -53,7 +55,6 @@ stdenv.mkDerivation rec {
configureFlags = [ configureFlags = [
"--with-canberra" "--with-canberra"
"--with-gpgme"
"--with-gtksourceview" "--with-gtksourceview"
"--with-libsecret" "--with-libsecret"
"--with-ssl" "--with-ssl"