tracker-miners: drop libgrss
This commit is contained in:
parent
beb353c776
commit
98187c2f0f
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user