Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pkgs/applications/office/libreoffice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ in stdenv.mkDerivation (finalAttrs: {
"--enable-gtk3-kde5"
] ++ (if variant == "fresh" then [
"--with-system-rhino"
"--with-rhino-jar=${rhino}/share/java/js.jar"
"--with-rhino-jar=${rhino}/share/java/rhino-${rhino.version}.jar"
] else [
# our Rhino is too new for older versions
"--without-system-rhino"
Expand Down
354 changes: 354 additions & 0 deletions pkgs/by-name/rh/rhino/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading