summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/mailreaders/astroid
diff options
context:
space:
mode:
authorThomas Kerber <tk@drwx.org>2018-05-18 18:09:48 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-18 18:09:48 +0200
commit2921c447d4fdd7d0aabdf0572099c311bfa6c8e5 (patch)
treefb881e94eeccb80db1a03708248e0fde9e281e8f /pkgs/applications/networking/mailreaders/astroid
parent218b60b85d807092cec43d1a3de8d71ccb24ed81 (diff)
astroid: 0.10.2 -> 0.11.1 (#40720)
Diffstat (limited to 'pkgs/applications/networking/mailreaders/astroid')
-rw-r--r--pkgs/applications/networking/mailreaders/astroid/default.nix16
1 files changed, 7 insertions, 9 deletions
diff --git a/pkgs/applications/networking/mailreaders/astroid/default.nix b/pkgs/applications/networking/mailreaders/astroid/default.nix
index 610b16dab5bc..9a348fc03f7a 100644
--- a/pkgs/applications/networking/mailreaders/astroid/default.nix
+++ b/pkgs/applications/networking/mailreaders/astroid/default.nix
@@ -1,24 +1,22 @@
-{ stdenv, fetchFromGitHub, scons, pkgconfig, gnome3, gmime3, webkitgtk24x-gtk3
-, libsass, notmuch, boost, wrapGAppsHook }:
+{ stdenv, fetchFromGitHub, cmake, pkgconfig, gnome3, gmime3, webkitgtk24x-gtk3
+, libsass, notmuch, boost, wrapGAppsHook, glib-networking }:
stdenv.mkDerivation rec {
name = "astroid-${version}";
- version = "0.10.2";
+ version = "0.11.1";
src = fetchFromGitHub {
owner = "astroidmail";
repo = "astroid";
rev = "v${version}";
- sha256 = "0y1i40xbjjvnylqpdkvj0m9fl6f5k9zk1z4pqg3vhj8x1ys8am1c";
+ sha256 = "1z48rvlzwi7bq7j55rnb0gg1a4k486yj910z2cxz1p46lxk332j1";
};
- nativeBuildInputs = [ scons pkgconfig wrapGAppsHook ];
+ nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook ];
buildInputs = [ gnome3.gtkmm gmime3 webkitgtk24x-gtk3 libsass gnome3.libpeas
- notmuch boost gnome3.gsettings-desktop-schemas ];
-
- buildPhase = "scons --propagate-environment --prefix=$out build";
- installPhase = "scons --propagate-environment --prefix=$out install";
+ notmuch boost gnome3.gsettings-desktop-schemas
+ glib-networking ];
meta = with stdenv.lib; {
homepage = https://astroidmail.github.io/;