gnome.nautilus: 43.beta → 43.beta.1
https://gitlab.gnome.org/GNOME/nautilus/-/compare/43.beta...43.beta.1 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
b964741f01
commit
27188844ea
2 changed files with 7 additions and 5 deletions
|
@ -35,13 +35,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nautilus";
|
||||
version = "43.beta";
|
||||
version = "43.beta.1";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "5SEptSc/ZBb///prJr00pWrLfUXltuCVU1UpOhZXkfU=";
|
||||
sha256 = "vcNohRVfwJVzkkCy6VEAMvXZWCP5NL0bkpcIIQdWg1E=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
diff --git a/src/nautilus-module.c b/src/nautilus-module.c
|
||||
index 6273a76..4adcc8a 100644
|
||||
index cd889ff18..e2cd6468e 100644
|
||||
--- a/src/nautilus-module.c
|
||||
+++ b/src/nautilus-module.c
|
||||
@@ -242,11 +242,17 @@ void
|
||||
@@ -267,6 +267,7 @@ void
|
||||
nautilus_module_setup (void)
|
||||
{
|
||||
static gboolean initialized = FALSE;
|
||||
+ const gchar* extensiondir = NULL;
|
||||
const gchar *disable_plugins;
|
||||
|
||||
if (!initialized)
|
||||
disable_plugins = g_getenv ("NAUTILUS_DISABLE_PLUGINS");
|
||||
@@ -280,7 +281,12 @@ nautilus_module_setup (void)
|
||||
{
|
||||
initialized = TRUE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue