recoll: 1.32.7 -> 1.33.2
This commit is contained in:
committed by
Emery Hemingway
parent
3930bcb3c3
commit
41f4a69fd5
@@ -35,11 +35,11 @@
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "recoll";
|
||||
version = "1.32.7";
|
||||
version = "1.33.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.lesbonscomptes.com/${pname}/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-ygim9LsLUZv5FaBiqbeq3E80NHPMHweJVwggjWYzfbo=";
|
||||
sha256 = "sha256-ql4VHiblIn8uihUbF1htPnpvjw0qMxdzW8HLGlUrZW0=";
|
||||
};
|
||||
|
||||
configureFlags = [ "--enable-recollq" "--disable-webkit" "--without-systemd" ]
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
diff --git a/utils/rclutil.cpp b/utils/rclutil.cpp
|
||||
index 60ff5fb..4a59ccc 100644
|
||||
index 6bafc119..d997cd17 100644
|
||||
--- a/utils/rclutil.cpp
|
||||
+++ b/utils/rclutil.cpp
|
||||
@@ -279,7 +279,7 @@ const string& path_pkgdatadir()
|
||||
"a subfolder of the installation directory. \n"
|
||||
"Please set the RECOLL_DATADIR environment variable to point to it\n"
|
||||
"(e.g. setx RECOLL_DATADIR \"C:/Program Files (X86)/Recoll/Share)\"\n";
|
||||
-#elif defined(__APPLE__) && !defined(MACPORTS) && !defined(HOMEBREW)
|
||||
+#elif defined(__APPLE__) && !defined(MACPORTS) && !defined(HOMEBREW) && !defined(NIXPKGS)
|
||||
uint32_t size = 0;
|
||||
_NSGetExecutablePath(nullptr, &size);
|
||||
char *path= (char*)malloc(size+1);
|
||||
-#elif defined(__APPLE__) && defined(RECOLL_AS_MAC_BUNDLE)
|
||||
+#elif defined(__APPLE__) && defined(RECOLL_AS_MAC_BUNDLE) && defined(NIXPKGS)
|
||||
// The package manager builds (Macports, Homebrew, Nixpkgs ...) all arrange to set a proper
|
||||
// compiled value for RECOLL_DATADIR. We can't do this when building a native bundle with
|
||||
// QCreator, in which case we use the executable location.
|
||||
|
||||
Reference in New Issue
Block a user