about summary refs log tree commit diff
path: root/pkgs/tools/security/proxmark3
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-01-26 16:24:41 -0600
committerGitHub <noreply@github.com>2021-01-26 16:24:41 -0600
commit0e418a1a18e14b0c6bc62554c0f4c4eff2e9d4e6 (patch)
treef99b33906ce1ef4ec91eeff358e65954bde1d21a /pkgs/tools/security/proxmark3
parenta3b529a4606779b8351cde31f9877496cc188f18 (diff)
parent13e3ec0d58a510742bb12f26d7c451ca4c94ce25 (diff)
Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
Qt: Do not require mkDerivation
Diffstat (limited to 'pkgs/tools/security/proxmark3')
-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' ' '