summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2019-07-20 12:28:39 -0500
committerGitHub <noreply@github.com>2019-07-20 12:28:39 -0500
commita4488696f516c7b33813ce04317c4ebf57272445 (patch)
tree9aa75627040a87328c58163a36844f19fdad3df1
parentbacce59bcfb796f3d2466a6e753e7abf74a31f5e (diff)
parentde927db59d4e2802a1e490798abe9feee7a4bc2a (diff)
downloadnixpkgs-a4488696f516c7b33813ce04317c4ebf57272445.tar
nixpkgs-a4488696f516c7b33813ce04317c4ebf57272445.tar.gz
nixpkgs-a4488696f516c7b33813ce04317c4ebf57272445.tar.bz2
nixpkgs-a4488696f516c7b33813ce04317c4ebf57272445.tar.lz
nixpkgs-a4488696f516c7b33813ce04317c4ebf57272445.tar.xz
nixpkgs-a4488696f516c7b33813ce04317c4ebf57272445.tar.zst
nixpkgs-a4488696f516c7b33813ce04317c4ebf57272445.zip
Merge pull request #65158 from delroth/keepassxc-qt-plugin-path
keepassxc: partial revert of #54525 (fix build)
-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 3a734253848..85dfda405b0 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"
   '';