tracker-miners: 3.5.3 → 3.6.rc
https://gitlab.gnome.org/GNOME/tracker-miners/-/compare/3.5.3...3.6.rc NEWS and meson changes look okay. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
3f49b1fbf0
commit
762201581b
1 changed files with 2 additions and 12 deletions
|
@ -1,7 +1,6 @@
|
|||
{ stdenv
|
||||
, lib
|
||||
, fetchurl
|
||||
, fetchpatch
|
||||
, asciidoc
|
||||
, docbook-xsl-nons
|
||||
, docbook_xml_dtd_45
|
||||
|
@ -48,22 +47,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tracker-miners";
|
||||
version = "3.5.3";
|
||||
version = "3.6.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-drjVB3EOiX6FPsN/Ju906XqVU3CLYLjEE0lF+bgWU8s=";
|
||||
sha256 = "DNsMSO6/U4kP++zcf+RHTzRBuBkiar4joDQm9IGwsd0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Use cc.has_header_symbol to check for BTRFS_IOC_INO_LOOKUP
|
||||
# https://github.com/NixOS/nixpkgs/issues/228639
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/GNOME/tracker-miners/-/commit/c08fbe0650d4a2ae915a21764f54c02eda9406d5.patch";
|
||||
sha256 = "U81+yfg2sUkKl4tKMeB7pXJRNSeIE+2loT3/bvnhoKM=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
asciidoc
|
||||
docbook-xsl-nons
|
||||
|
|
Loading…
Reference in a new issue