gnome3.gnome-logs: fix 'unable to read system logs'

https://gitlab.gnome.org/GNOME/gnome-logs/-/issues/52
This commit is contained in:
worldofpeace 2020-08-17 04:59:37 -04:00
parent 49f6cbaaa9
commit 5653cd1e00

View File

@ -1,5 +1,6 @@
{ stdenv
, fetchurl
, fetchpatch
, meson
, ninja
, pkgconfig
@ -27,6 +28,14 @@ stdenv.mkDerivation rec {
sha256 = "0w1nfdxbv3f0wnhmdy21ydvr4swfc108hypda561p7l9lrhnnxj4";
};
patches = [
# https://gitlab.gnome.org/GNOME/gnome-logs/-/issues/52
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-logs/-/commit/b42defceefc775220b525f665a3b662ab9593b81.patch";
sha256 = "1s0zscmhwy7r0xff17wh8ik8x9xw1vrkipw5vl5i770bxnljps8n";
})
];
nativeBuildInputs = [
python3
meson