about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/hipchat/default.nix
diff options
context:
space:
mode:
authorJascha Geerds <jascha@jgeerds.name>2016-05-18 15:23:01 +0200
committerJascha Geerds <jascha@jgeerds.name>2016-05-18 15:28:45 +0200
commit02d6680b5a00efe6f067381f3e9df694ec96f413 (patch)
tree6b0e8bca9c4b095bd3367a7ddedf6ede44aa9374 /pkgs/applications/networking/instant-messengers/hipchat/default.nix
parent29644950d4786eb2bc9b28719b6ce0e652077675 (diff)
downloadnixlib-02d6680b5a00efe6f067381f3e9df694ec96f413.tar
nixlib-02d6680b5a00efe6f067381f3e9df694ec96f413.tar.gz
nixlib-02d6680b5a00efe6f067381f3e9df694ec96f413.tar.bz2
nixlib-02d6680b5a00efe6f067381f3e9df694ec96f413.tar.lz
nixlib-02d6680b5a00efe6f067381f3e9df694ec96f413.tar.xz
nixlib-02d6680b5a00efe6f067381f3e9df694ec96f413.tar.zst
nixlib-02d6680b5a00efe6f067381f3e9df694ec96f413.zip
hipchat: Add xdg_utils to rpath
This makes it possible to open links with a single click in your
preferrred browser via xdg-open.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/hipchat/default.nix')
-rw-r--r--pkgs/applications/networking/instant-messengers/hipchat/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/hipchat/default.nix b/pkgs/applications/networking/instant-messengers/hipchat/default.nix
index e35674052c0b..f8950c109e7a 100644
--- a/pkgs/applications/networking/instant-messengers/hipchat/default.nix
+++ b/pkgs/applications/networking/instant-messengers/hipchat/default.nix
@@ -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