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 , fetchFromGitHub
, cmake , cmake
, pkg-config , pkg-config
, wrapQtAppsHook
, dnsutils , dnsutils
, nmap , nmap
, qtbase , libsForQt5
, qtscript
, qtwebengine
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -21,9 +18,9 @@ stdenv.mkDerivation rec {
sha256 = "sha256-q3XfwJ4TGK4E58haN0Q0xRH4GDpKD8VZzyxHe/VwBqY="; 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 = '' postPatch = ''
substituteInPlace src/platform/digmanager.cpp \ substituteInPlace src/platform/digmanager.cpp \

View File

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