tracker-miners: drop libgrss

This commit is contained in:
Maxine Aubrey 2021-07-27 17:18:30 +02:00
parent beb353c776
commit 98187c2f0f
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -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 = [