about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-02-18 08:50:07 +0100
committerGitHub <noreply@github.com>2021-02-18 08:50:07 +0100
commit2a78ea9435521b839794c55ea3562cc5f8ef5a4c (patch)
tree492b2847159ef2c21ea3ac8f32f29fb36b63dcc6 /pkgs/tools/security
parent4ef6da455e926b87d1923c324306e9dc1da8e371 (diff)
parent45dc900af99526a6b30e3179379ffa7e63702e07 (diff)
Merge pull request #112095 from NixOS/staging-next
Staging next
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/proxmark3/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/security/proxmark3/default.nix b/pkgs/tools/security/proxmark3/default.nix
index 3b1f21ac71873..b52e7279fa98e 100644
--- a/pkgs/tools/security/proxmark3/default.nix
+++ b/pkgs/tools/security/proxmark3/default.nix
@@ -15,6 +15,8 @@ let
       nativeBuildInputs = [ pkg-config gcc-arm-embedded ];
       buildInputs = [ ncurses readline pcsclite qt5.qtbase ];
 
+      dontWrapQtApps = true;
+
       postPatch = ''
         substituteInPlace client/Makefile --replace '-ltermcap' ' '
         substituteInPlace liblua/Makefile --replace '-ltermcap' ' '