qtwirediff: move to by-name
This commit is contained in:
+5
-8
@@ -2,10 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
qtbase,
|
||||
qmake,
|
||||
qtwayland,
|
||||
wrapQtAppsHook,
|
||||
qt6,
|
||||
wireshark-cli,
|
||||
}:
|
||||
|
||||
@@ -21,15 +18,15 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
qmake
|
||||
wrapQtAppsHook
|
||||
qt6.qmake
|
||||
qt6.wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
qtbase
|
||||
qt6.qtbase
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
qtwayland
|
||||
qt6.qtwayland
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
@@ -9839,8 +9839,6 @@ with pkgs;
|
||||
fftw = fftwSinglePrec;
|
||||
};
|
||||
|
||||
qtwirediff = qt6Packages.callPackage ../applications/networking/sniffers/qtwirediff { };
|
||||
|
||||
tshark = wireshark-cli;
|
||||
wireshark-cli = wireshark.override { withQt = false; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user