We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216c192 commit 7a74058Copy full SHA for 7a74058
pkgs/by-name/ko/komikku/package.nix
@@ -54,14 +54,14 @@ python3.pkgs.buildPythonApplication rec {
54
webkitgtk_6_0
55
];
56
57
- propagatedBuildInputs = with python3.pkgs; [
+ dependencies = with python3.pkgs; [
58
beautifulsoup4
59
brotli
60
- modern-colorthief
61
dateparser
62
emoji
63
keyring
64
lxml
+ modern-colorthief
65
natsort
66
piexif
67
pillow
@@ -92,12 +92,7 @@ python3.pkgs.buildPythonApplication rec {
92
93
# Prevent double wrapping.
94
dontWrapGApps = true;
95
-
96
- preFixup = ''
97
- makeWrapperArgs+=(
98
- "''${gappsWrapperArgs[@]}"
99
- )
100
- '';
+ makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
101
102
passthru = {
103
updateScript = nix-update-script { };
0 commit comments