mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
gnome3.tracker-miners: 2.2.2 → 2.3.0
This commit is contained in:
parent
2f2f17828c
commit
4a1a728dd5
@ -45,11 +45,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tracker-miners";
|
||||
version = "2.2.2";
|
||||
version = "2.3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "0kk5xaajamb8jlm6cfdbc2m3axzr6bnph84m7697xmb0pkg8hdiw";
|
||||
sha256 = "1ky7hd0vms1z40a0y9wq9pg3l7gxh4p6a0ngmnjqh8p23qfxdrxd";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -9,12 +9,3 @@
|
||||
DEFAULT_RULE, NULL);
|
||||
|
||||
if (!g_file_test (path, G_FILE_TEST_IS_REGULAR)) {
|
||||
@@ -388,7 +388,7 @@
|
||||
if (!priv->ontology_location) {
|
||||
gchar *ontology_path;
|
||||
|
||||
- ontology_path = g_build_filename (SHAREDIR, "tracker", "ontologies",
|
||||
+ ontology_path = g_build_filename ("@tracker@", "share", "tracker", "ontologies",
|
||||
priv->ontology_name, NULL);
|
||||
|
||||
if (!g_file_test (ontology_path, G_FILE_TEST_IS_DIR)) {
|
||||
|
Loading…
Reference in New Issue
Block a user