File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 66 pkg-config ,
77 boost ,
88 xercesc ,
9- qtbase ,
10- qttools ,
11- qtwebengine ,
12- qtsvg ,
139 python3Packages ,
14- wrapQtAppsHook ,
10+ qt6 ,
1511} :
1612
1713stdenv . mkDerivation rec {
@@ -30,16 +26,16 @@ stdenv.mkDerivation rec {
3026 nativeBuildInputs = [
3127 cmake
3228 pkg-config
33- wrapQtAppsHook
29+ qt6 . wrapQtAppsHook
3430 ] ;
3531
3632 buildInputs = [
3733 boost
3834 xercesc
39- qtbase
40- qttools
41- qtwebengine
42- qtsvg
35+ qt6 . qtbase
36+ qt6 . qttools
37+ qt6 . qtwebengine
38+ qt6 . qtsvg
4339 python3Packages . lxml
4440 ] ;
4541
Original file line number Diff line number Diff line change @@ -5174,8 +5174,6 @@ with pkgs;
51745174
51755175 shiv = with python3Packages; toPythonApplication shiv;
51765176
5177- sigil = qt6.callPackage ../applications/editors/sigil { };
5178-
51795177 slither-analyzer = with python3Packages; toPythonApplication slither-analyzer;
51805178
51815179 # aka., pgp-tools
You can’t perform that action at this time.
0 commit comments