Skip to content

Commit f9ed82a

Browse files
committed
sigil: move to by-name
1 parent 7da8bc7 commit f9ed82a

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

pkgs/applications/editors/sigil/default.nix renamed to pkgs/by-name/si/sigil/package.nix

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66
pkg-config,
77
boost,
88
xercesc,
9-
qtbase,
10-
qttools,
11-
qtwebengine,
12-
qtsvg,
139
python3Packages,
14-
wrapQtAppsHook,
10+
qt6,
1511
}:
1612

1713
stdenv.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

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)