tootle: 0.2.0 -> 1.0

This commit is contained in:
Thiago Franco de Moraes 2021-02-04 16:58:16 -03:00
parent 837b4d86ba
commit 4e5e9656ce
No known key found for this signature in database
GPG key ID: 1B96996EE6559B7A

View file

@ -16,17 +16,18 @@
, json-glib
, glib
, glib-networking
, libhandy
}:
stdenv.mkDerivation rec {
pname = "tootle";
version = "0.2.0";
version = "1.0";
src = fetchFromGitHub {
owner = "bleakgrey";
repo = pname;
rev = version;
sha256 = "1z3wyx316nns6gi7vlvcfmalhvxncmvcmmlgclbv6b6hwl5x2ysi";
sha256 = "NRM7GiJA8c5z9AvXpGXtMl4ZaYN2GauEIbjBmoY4pdo=";
};
nativeBuildInputs = [
@ -47,15 +48,7 @@ stdenv.mkDerivation rec {
json-glib
libgee
pantheon.granite
];
patches = [
# Fix build with Vala 0.46
# https://github.com/bleakgrey/tootle/pull/164
(fetchpatch {
url = "https://github.com/worldofpeace/tootle/commit/0a88bdad6d969ead1e4058b1a19675c9d6857b16.patch";
sha256 = "0xyx00pgswnhxxbsxngsm6khvlbfcl6ic5wv5n64x7klk8rzh6cm";
})
libhandy
];
postPatch = ''