mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
nmapsi4: move to by-name
This commit is contained in:
parent
271ef65cb8
commit
a3140b5bc8
@ -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 \
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user