lol

astroid: 0.10.2 -> 0.11.1 (#40720)

authored by

Thomas Kerber and committed by
xeji
2921c447 218b60b8

+7 -9
+7 -9
pkgs/applications/networking/mailreaders/astroid/default.nix
··· 1 - { stdenv, fetchFromGitHub, scons, pkgconfig, gnome3, gmime3, webkitgtk24x-gtk3 2 - , libsass, notmuch, boost, wrapGAppsHook }: 1 + { stdenv, fetchFromGitHub, cmake, pkgconfig, gnome3, gmime3, webkitgtk24x-gtk3 2 + , libsass, notmuch, boost, wrapGAppsHook, glib-networking }: 3 3 4 4 stdenv.mkDerivation rec { 5 5 name = "astroid-${version}"; 6 - version = "0.10.2"; 6 + version = "0.11.1"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "astroidmail"; 10 10 repo = "astroid"; 11 11 rev = "v${version}"; 12 - sha256 = "0y1i40xbjjvnylqpdkvj0m9fl6f5k9zk1z4pqg3vhj8x1ys8am1c"; 12 + sha256 = "1z48rvlzwi7bq7j55rnb0gg1a4k486yj910z2cxz1p46lxk332j1"; 13 13 }; 14 14 15 - nativeBuildInputs = [ scons pkgconfig wrapGAppsHook ]; 15 + nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook ]; 16 16 17 17 buildInputs = [ gnome3.gtkmm gmime3 webkitgtk24x-gtk3 libsass gnome3.libpeas 18 - notmuch boost gnome3.gsettings-desktop-schemas ]; 19 - 20 - buildPhase = "scons --propagate-environment --prefix=$out build"; 21 - installPhase = "scons --propagate-environment --prefix=$out install"; 18 + notmuch boost gnome3.gsettings-desktop-schemas 19 + glib-networking ]; 22 20 23 21 meta = with stdenv.lib; { 24 22 homepage = https://astroidmail.github.io/;