hipchat: Add xdg_utils to rpath
This makes it possible to open links with a single click in your preferrred browser via xdg-open.
This commit is contained in:
parent
29644950d4
commit
02d6680b5a
|
@ -1,12 +1,13 @@
|
|||
{ stdenv, fetchurl, xorg, freetype, fontconfig, openssl, glib, nss, nspr, expat
|
||||
, alsaLib, dbus, zlib, libxml2, libxslt, makeWrapper, xkeyboard_config, systemd
|
||||
, mesa_noglu, xcbutilkeysyms }:
|
||||
, mesa_noglu, xcbutilkeysyms, xdg_utils }:
|
||||
|
||||
let
|
||||
|
||||
version = "4.0.1631";
|
||||
|
||||
rpath = stdenv.lib.makeLibraryPath [
|
||||
xdg_utils
|
||||
xorg.libXext
|
||||
xorg.libSM
|
||||
xorg.libICE
|
||||
|
|
Loading…
Reference in New Issue