nixpkgs/pkgs
Bjørn Forsman b0d77698bf gpshell: wrap with gppcscconnectionplugin
Fixes this:

  $ echo establish_context | gpshell
  establish_context
  establish_context failed with error 0xFFFFFFFFFFFFFFFF (libgppcscconnectionplugin.so.1.0.1: cannot open shared object file: No such file or directory)

Have to use LD_LIBRARY_PATH instead of patchelf, because it's
libglobalplatform.so.6 (from globalplatform package) that needs
libgppcscconnectionplugin.so.1.0.1, not gpshell itself. And because
RPATH doesn't "propagate" from one ELF to another, the library isn't
found. One can argue that globalplatform should depend on
gppcscconnectionplugin, but it touches on the still-unsolved "plugin"
issue in Nix packaging, so leaving that alone.
2016-10-05 17:06:15 +02:00
..
applications Merge pull request #19248 from FRidh/git 2016-10-05 13:46:40 +02:00
build-support treewide: use ocaml.version (#19192) 2016-10-05 09:32:30 +02:00
data Merge pull request #17478 from Mounium/maia 2016-10-01 18:16:24 +02:00
desktops Merge pull request #19133 from groxxda/gtkvnc 2016-10-03 16:19:11 +02:00
development gpshell: wrap with gppcscconnectionplugin 2016-10-05 17:06:15 +02:00
games tinyfugue: init at 50b8 2016-10-04 17:46:26 -04:00
misc vimPlugins: added agda-vim vim-grammarous vim-easytags, updates 2016-10-05 15:11:20 +02:00
os-specific rtkit: add patch from debian to remove ControlGroup stanza 2016-10-05 11:23:11 +02:00
servers mongodb: fix build on OSX by adding Security framework 2016-10-04 19:38:32 -07:00
shells zsh-syntax-highlighting: init at 0.4.1 2016-10-03 17:49:04 +02:00
stdenv stdenv.mkDerivation: add comments w/ manual links (#18707) 2016-09-18 11:20:53 +02:00
test Remove cruft 2016-04-26 17:31:54 +02:00
tools languagetool: fix eval 2016-10-05 17:04:50 +02:00
top-level Merge pull request #19260 from lsix/update_tornado 2016-10-05 17:03:01 +02:00