Merge pull request #131697 from maxeaubrey/tracker-miners_drop_libgrss

tracker-miners: drop libgrss
This commit is contained in:
Sandro
2021-08-07 11:52:11 +02:00
committed by GitHub
@@ -26,7 +26,6 @@
, json-glib
, libcue
, libexif
, libgrss
, libgsf
, libgxps
, libiptcdata
@@ -86,7 +85,6 @@ stdenv.mkDerivation rec {
json-glib
libcue
libexif
libgrss
libgsf
libgxps
libiptcdata
@@ -108,6 +106,11 @@ stdenv.mkDerivation rec {
mesonFlags = [
# TODO: tests do not like our sandbox
"-Dfunctional_tests=false"
# libgrss is unmaintained and has no new releases since 2015, and an open
# security issue since then. Despite a patch now being availab, we're opting
# to be safe due to the general state of the project
"-Dminer_rss=false"
];
patches = [