balsa: sort dependence list

This commit is contained in:
José Romildo Malaquias
2020-05-13 18:17:28 -03:00
parent 717656fd03
commit 7172181c3d
@@ -1,21 +1,21 @@
{ stdenv { stdenv
, fetchurl , fetchurl
, pkgconfig
, intltool
, glib , glib
, gtk3
, gmime , gmime
, gnutls , gnutls
, webkitgtk
, libesmtp
, openssl
, libnotify
, gtkspell3
, gpgme
, libcanberra-gtk3
, libsecret
, gtksourceview
, gobject-introspection , gobject-introspection
, gpgme
, gtk3
, gtksourceview
, gtkspell3
, intltool
, libcanberra-gtk3
, libesmtp
, libnotify
, libsecret
, openssl
, pkgconfig
, webkitgtk
, wrapGAppsHook , wrapGAppsHook
}: }:
@@ -37,18 +37,18 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
glib glib
gtk3
gmime gmime
gnutls gnutls
webkitgtk
openssl
libnotify
gtkspell3
gpgme gpgme
libcanberra-gtk3 gtk3
gtksourceview gtksourceview
libsecret gtkspell3
libcanberra-gtk3
libesmtp libesmtp
libnotify
libsecret
openssl
webkitgtk
]; ];
configureFlags = [ configureFlags = [