Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pkgs/by-name/ok/oku/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
gtk4,
hicolor-icon-theme,
libadwaita,
oniguruma,
pango,
webkitgtk_6_0,
nix-update-script,
Expand Down Expand Up @@ -45,10 +46,14 @@ rustPlatform.buildRustPackage (finalAttrs: {
gtk4
hicolor-icon-theme
libadwaita
oniguruma
pango
webkitgtk_6_0
];

# use system oniguruma since the bundled one fails to build with gcc15
env.RUSTONIG_SYSTEM_LIBONIG = 1;

# the program expects icons to be installed but the
# program does not install them itself
postInstall = ''
Expand Down
Loading