summary refs log tree commit diff
path: root/pkgs/tools/security/enpass
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-27 11:28:59 +0100
committerGitHub <noreply@github.com>2021-01-27 11:28:59 +0100
commitf492b16f6644174ed98a1afa2bb7c9e7bbfa6ee6 (patch)
treec60901581669de0234024756572fcf6e2753958e /pkgs/tools/security/enpass
parent951363ffbe5f7c56cd795ef963cced092a56b45a (diff)
parent3939b8132f5fb954a34934dc3b950bc8a9025335 (diff)
downloadnixpkgs-f492b16f6644174ed98a1afa2bb7c9e7bbfa6ee6.tar
nixpkgs-f492b16f6644174ed98a1afa2bb7c9e7bbfa6ee6.tar.gz
nixpkgs-f492b16f6644174ed98a1afa2bb7c9e7bbfa6ee6.tar.bz2
nixpkgs-f492b16f6644174ed98a1afa2bb7c9e7bbfa6ee6.tar.lz
nixpkgs-f492b16f6644174ed98a1afa2bb7c9e7bbfa6ee6.tar.xz
nixpkgs-f492b16f6644174ed98a1afa2bb7c9e7bbfa6ee6.tar.zst
nixpkgs-f492b16f6644174ed98a1afa2bb7c9e7bbfa6ee6.zip
Merge pull request #108713 from ewok/enpass-fix
enpass: fix working only with root privileges on KDE
Diffstat (limited to 'pkgs/tools/security/enpass')
-rw-r--r--pkgs/tools/security/enpass/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/tools/security/enpass/default.nix b/pkgs/tools/security/enpass/default.nix
index 3b25dd58b34..7e2c0fcdb33 100644
--- a/pkgs/tools/security/enpass/default.nix
+++ b/pkgs/tools/security/enpass/default.nix
@@ -79,7 +79,9 @@ let
       # lsof must be in PATH for proper operation
       wrapProgram $out/bin/Enpass \
         --set LD_LIBRARY_PATH "${libPath}" \
-        --prefix PATH : ${lsof}/bin
+        --prefix PATH : ${lsof}/bin \
+        --unset QML2_IMPORT_PATH \
+        --unset QT_PLUGIN_PATH
     '';
   };
   updater = {