nmapsi4: fix startup by adding wrapQtAppsHook

This commit is contained in:
Jörg Thalheim 2020-01-15 10:57:34 +00:00
parent e4bc7a1c1d
commit 4d7da1d72d
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, makeWrapper
{ stdenv, fetchFromGitHub, cmake, pkgconfig, wrapQtAppsHook
, dnsutils, nmap
, qtbase, qtscript, qtwebengine }:
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "10wqyrjzmad1g7lqa65rymbkna028xbp4xcpj442skw8gyrs3994";
};
nativeBuildInputs = [ cmake makeWrapper pkgconfig ];
nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];
buildInputs = [ qtbase qtscript qtwebengine ];