nmapsi4: fix startup by adding wrapQtAppsHook
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig, makeWrapper
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig, wrapQtAppsHook
|
||||||
, dnsutils, nmap
|
, dnsutils, nmap
|
||||||
, qtbase, qtscript, qtwebengine }:
|
, qtbase, qtscript, qtwebengine }:
|
||||||
|
|
||||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "10wqyrjzmad1g7lqa65rymbkna028xbp4xcpj442skw8gyrs3994";
|
sha256 = "10wqyrjzmad1g7lqa65rymbkna028xbp4xcpj442skw8gyrs3994";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake makeWrapper pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];
|
||||||
|
|
||||||
buildInputs = [ qtbase qtscript qtwebengine ];
|
buildInputs = [ qtbase qtscript qtwebengine ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user