about summary refs log tree commit diff
path: root/pkgs/aszlig/santander/pipelight.patch
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-09-23 16:30:04 +0200
committeraszlig <aszlig@nix.build>2019-09-23 16:30:04 +0200
commitdbfb6e17e01136d6756bffb82bc1406782989bd0 (patch)
treedbd6426c5c6c0c139c5d28c5c99d9cb5dc0cebe2 /pkgs/aszlig/santander/pipelight.patch
parentab8fa87b6b4ce9b0684ce5bfc528bbf2e7c59bd0 (diff)
pkgs/santander: Remove obsolete package
The upstream service was shut down at September 11th 2019, so there
really is no need anymore for this package.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/aszlig/santander/pipelight.patch')
-rw-r--r--pkgs/aszlig/santander/pipelight.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/aszlig/santander/pipelight.patch b/pkgs/aszlig/santander/pipelight.patch
deleted file mode 100644
index 3a07da72..00000000
--- a/pkgs/aszlig/santander/pipelight.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/windows/pluginloader/pluginloader.c b/src/windows/pluginloader/pluginloader.c
-index 9e8556f..c50be2a 100644
---- a/src/windows/pluginloader/pluginloader.c
-+++ b/src/windows/pluginloader/pluginloader.c
-@@ -1510,7 +1510,7 @@ void dispatcher(int functionid, Stack &stack){
- 				NPObject *objectValue;
- 				NPError result;
- 
--				if (variable == NPPVpluginScriptableNPObject)
-+				if (variable == NPPVpluginScriptableNPObject && pluginFuncs.getvalue)
- 					result = pluginFuncs.getvalue(instance, variable, &objectValue);
- 				else{
- 					DBG_WARN("FUNCTION_NPP_GETVALUE_OBJECT - variable %d not allowed", variable);