tracker-miners: drop libgrss
This commit is contained in:
parent
beb353c776
commit
98187c2f0f
@ -26,7 +26,6 @@
|
|||||||
, json-glib
|
, json-glib
|
||||||
, libcue
|
, libcue
|
||||||
, libexif
|
, libexif
|
||||||
, libgrss
|
|
||||||
, libgsf
|
, libgsf
|
||||||
, libgxps
|
, libgxps
|
||||||
, libiptcdata
|
, libiptcdata
|
||||||
@ -86,7 +85,6 @@ stdenv.mkDerivation rec {
|
|||||||
json-glib
|
json-glib
|
||||||
libcue
|
libcue
|
||||||
libexif
|
libexif
|
||||||
libgrss
|
|
||||||
libgsf
|
libgsf
|
||||||
libgxps
|
libgxps
|
||||||
libiptcdata
|
libiptcdata
|
||||||
@ -108,6 +106,11 @@ stdenv.mkDerivation rec {
|
|||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
# TODO: tests do not like our sandbox
|
# TODO: tests do not like our sandbox
|
||||||
"-Dfunctional_tests=false"
|
"-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 = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user