aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/qgo
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-09-27 03:10:16 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-10-24 23:48:49 +0300
commitc384ad46b83af5afabdea73cf13164fde352d1e7 (patch)
tree5914dd83079a862804bc1275771aeebef06dc436 /pkgs/games/qgo
parentfd29f6685f47d5b114156fec4493f5e40adf7e1a (diff)
qtbase: Make some output references more explicit
Diffstat (limited to 'pkgs/games/qgo')
-rw-r--r--pkgs/games/qgo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/qgo/default.nix b/pkgs/games/qgo/default.nix
index dea0fe547da0..4848d1a3e215 100644
--- a/pkgs/games/qgo/default.nix
+++ b/pkgs/games/qgo/default.nix
@@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
# libQt5XcbQpa is a platform plugin dependency and doesn't get linked
patchelf --add-needed libQt5XcbQpa.so.5 $out/bin/qgo
wrapProgram $out/bin/qgo \
- --set QT_QPA_PLATFORM_PLUGIN_PATH "${qt56.qtbase}/lib/qt-5.6/plugins/platforms/"
+ --set QT_QPA_PLATFORM_PLUGIN_PATH "${stdenv.lib.getBin qt56.qtbase}/lib/qt-5.6/plugins/platforms/"
'';
}