Merge pull request #111952 from tfmoraes/tootle_1.0

tootle: 0.2.0 -> 1.0
This commit is contained in:
Pavol Rusnak 2021-02-06 14:21:47 +01:00 committed by GitHub
commit a0ee2b0575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''