Skip to content

Commit 7a74058

Browse files
committed
komikku: modernize
1 parent 216c192 commit 7a74058

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pkgs/by-name/ko/komikku/package.nix

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ python3.pkgs.buildPythonApplication rec {
5454
webkitgtk_6_0
5555
];
5656

57-
propagatedBuildInputs = with python3.pkgs; [
57+
dependencies = with python3.pkgs; [
5858
beautifulsoup4
5959
brotli
60-
modern-colorthief
6160
dateparser
6261
emoji
6362
keyring
6463
lxml
64+
modern-colorthief
6565
natsort
6666
piexif
6767
pillow
@@ -92,12 +92,7 @@ python3.pkgs.buildPythonApplication rec {
9292

9393
# Prevent double wrapping.
9494
dontWrapGApps = true;
95-
96-
preFixup = ''
97-
makeWrapperArgs+=(
98-
"''${gappsWrapperArgs[@]}"
99-
)
100-
'';
95+
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
10196

10297
passthru = {
10398
updateScript = nix-update-script { };

0 commit comments

Comments
 (0)