about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2019-07-20 14:08:27 +0200
committerPierre Bourdon <delroth@gmail.com>2019-07-20 14:08:27 +0200
commitde927db59d4e2802a1e490798abe9feee7a4bc2a (patch)
tree5d51fcdc1f631025f4441d67d84e9831432aaffb /pkgs/applications
parent46f8ec027832875755469638c037801a979dfdba (diff)
downloadnixlib-de927db59d4e2802a1e490798abe9feee7a4bc2a.tar
nixlib-de927db59d4e2802a1e490798abe9feee7a4bc2a.tar.gz
nixlib-de927db59d4e2802a1e490798abe9feee7a4bc2a.tar.bz2
nixlib-de927db59d4e2802a1e490798abe9feee7a4bc2a.tar.lz
nixlib-de927db59d4e2802a1e490798abe9feee7a4bc2a.tar.xz
nixlib-de927db59d4e2802a1e490798abe9feee7a4bc2a.tar.zst
nixlib-de927db59d4e2802a1e490798abe9feee7a4bc2a.zip
keepassxc: partial revert of #54525
Similar to pkgs.bitcoin, QT_PLUGIN_PATH is required in checkPhase to run
the "testcli" test (ironically).
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/keepassx/community.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix
index 3a7342538482..85dfda405b05 100644
--- a/pkgs/applications/misc/keepassx/community.nix
+++ b/pkgs/applications/misc/keepassx/community.nix
@@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
   checkPhase = ''
     export LC_ALL="en_US.UTF-8"
     export QT_QPA_PLATFORM=offscreen
+    export QT_PLUGIN_PATH="${qtbase.bin}/${qtbase.qtPluginPrefix}"
     make test ARGS+="-E testgui --output-on-failure"
   '';