1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

treewide: Fix output references to xorg.libX11

This commit is contained in:
Tuomas Tynkkynen 2016-08-23 04:37:59 +03:00
parent 6fc31bada5
commit fffd8f192e

View file

@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
wrapProgram $out/opt/viber/Viber \
--set QT_PLUGIN_PATH "$out/opt/viber/plugins" \
--set QT_XKB_CONFIG_ROOT "${xorg.xkeyboardconfig}/share/X11/xkb" \
--set QTCOMPOSE "${xorg.libX11}/share/X11/locale"
--set QTCOMPOSE "${xorg.libX11.out}/share/X11/locale"
ln -s $out/opt/viber/Viber $out/bin/viber
mv $out/usr/share $out/share