worldofpeace 2019-03-19 22:23:29 -04:00
parent 957fcc9b32
commit 3e88dfd47f

View file

@ -1,22 +1,19 @@
{ stdenv, fetchFromGitHub, fetchpatch, pantheon, pkgconfig, meson, ninja, python3, gtk3
, gnome3, desktop-file-utils, json-glib, libsoup, poppler, gobject-introspection, wrapGAppsHook }:
, desktop-file-utils, json-glib, libsoup, libgee, poppler, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "aesop";
version = "1.0.7";
name = "${pname}-${version}";
version = "1.1.0";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
sha256 = "17hjg4qcy8q9xl170yapbhn9vdsn3jf537jsggq51pp0fnhvsnqs";
sha256 = "0gh1xwxlzyicw059g6h1icckinf5d9rqfnwml0cy85bbawm6w0xq";
};
nativeBuildInputs = [
desktop-file-utils
gobject-introspection
meson
ninja
pkgconfig
@ -27,7 +24,7 @@ stdenv.mkDerivation rec {
buildInputs = [
pantheon.elementary-icon-theme
gnome3.libgee
libgee
pantheon.granite
gtk3
json-glib