quilter: 1.6.8 -> 1.7.0

https://github.com/lainsce/quilter/releases/tag/1.7.0
This commit is contained in:
worldofpeace 2019-02-21 19:13:27 -05:00
parent f9d4abaddf
commit bf7a1b2afb

View File

@ -1,39 +1,36 @@
{ stdenv, fetchFromGitHub, fetchpatch, pkgconfig, meson, ninja, python3
, gtk3, desktop-file-utils, gtksourceview, webkitgtk, gtkspell3, pantheon
, gnome3, discount, gobject-introspection, wrapGAppsHook }:
, libgee, discount, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "quilter";
version = "1.6.8";
name = "${pname}-${version}";
version = "1.7.0";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
sha256 = "07i9pivpddgixn1wzbr15gvzf0n5pklx0gkjjaa35kvj2z8k31x5";
sha256 = "0dqji6zwpn0k89mpmh10rq59hzrq8kqr30dz1hp06ygk8rlnv2ys";
};
nativeBuildInputs = [
desktop-file-utils
gobject-introspection
meson
ninja
pantheon.vala
pkgconfig
python3
pantheon.vala
wrapGAppsHook
];
buildInputs = [
discount
pantheon.elementary-icon-theme
pantheon.granite
gnome3.libgee
gtk3
gtksourceview
gtkspell3
libgee
pantheon.elementary-icon-theme
pantheon.granite
webkitgtk
];