Skip to content

Commit

Permalink
nmapsi4: fix startup by adding wrapQtAppsHook
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 15, 2020
1 parent e4bc7a1 commit 4d7da1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/nmap/qt.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, makeWrapper
{ stdenv, fetchFromGitHub, cmake, pkgconfig, wrapQtAppsHook
, dnsutils, nmap
, qtbase, qtscript, qtwebengine }:

Expand All @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "10wqyrjzmad1g7lqa65rymbkna028xbp4xcpj442skw8gyrs3994";
};

nativeBuildInputs = [ cmake makeWrapper pkgconfig ];
nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];

buildInputs = [ qtbase qtscript qtwebengine ];

Expand Down

0 comments on commit 4d7da1d

Please sign in to comment.