nmapsi4: move to by-name

This commit is contained in:
Franz Pletz 2024-07-21 20:28:07 +02:00
parent 271ef65cb8
commit a3140b5bc8
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
2 changed files with 3 additions and 8 deletions

View File

@ -2,12 +2,9 @@
, fetchFromGitHub
, cmake
, pkg-config
, wrapQtAppsHook
, dnsutils
, nmap
, qtbase
, qtscript
, qtwebengine
, libsForQt5
}:
stdenv.mkDerivation rec {
@ -21,9 +18,9 @@ stdenv.mkDerivation rec {
sha256 = "sha256-q3XfwJ4TGK4E58haN0Q0xRH4GDpKD8VZzyxHe/VwBqY=";
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
nativeBuildInputs = [ cmake pkg-config libsForQt5.wrapQtAppsHook ];
buildInputs = [ qtbase qtscript qtwebengine ];
buildInputs = with libsForQt5; [ qtbase qtscript qtwebengine ];
postPatch = ''
substituteInPlace src/platform/digmanager.cpp \

View File

@ -10927,8 +10927,6 @@ with pkgs;
nmap-formatter = callPackage ../tools/security/nmap-formatter { };
nmapsi4 = libsForQt5.callPackage ../tools/security/nmap/qt.nix { };
noise-repellent = callPackage ../applications/audio/noise-repellent { };
noisetorch = callPackage ../applications/audio/noisetorch { };