tracker-miners: 3.4.3 → 3.5.0.beta
https://gitlab.gnome.org/GNOME/tracker-miners/-/compare/3.4.3...3.5.0.beta - Battery detector defaults to UPower. - Media extractor defaults to GStreamer. - Charset detection defaults to ICU. - libtracker-miner no longer a public library. Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
@@ -46,11 +46,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tracker-miners";
|
||||
version = "3.4.3";
|
||||
version = "3.5.0.beta";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "jk85dkcmQbZI0PjyDeuuGxYpyltWC4YW4RfSnXVvvus=";
|
||||
sha256 = "R4gpdKN9C1w+gl/rMftv6ifOLsIik9SpEfc3IC60aSY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -116,6 +116,7 @@ stdenv.mkDerivation rec {
|
||||
# to be safe due to the general state of the project
|
||||
"-Dminer_rss=false"
|
||||
] ++ lib.optionals (!stdenv.isLinux) [
|
||||
"-Dbattery_detection=none"
|
||||
"-Dnetwork_manager=disabled"
|
||||
"-Dsystemd_user_services=false"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user