-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
(JavaFXSceneBuilder): Init at version 2 #51564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2fd877f
to
9e3a237
Compare
SceneBuilder cannot be downloaded without license acception. | ||
1. Download a copy from https://www.oracle.com/technetwork/java/javase/downloads/javafxscenebuilder-1x-archive-2199384.html | ||
2. In a shell, execute: | ||
nix-prefetch-url file:///path/to/Xcode_7.2.dmg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure to update this text for javascenebuilder
Are there any updates on this pull request, please? |
Have not been in need of this since then and have totally forgotten about it. I'll look into this. I think the only issue has been the description. Now, maybe a fresh rebase might be needed, but apart from that this should be fine. |
Actually |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently this package is causing an evaluation error with ofborg. So that needs to be resolved.
The library issue looks similar to what is going on here:
ln -s ${ffmpeg_3.out}/lib/libavcodec.so* $libdir |
stdenv.mkDerivation rec { | ||
pname = "JavaSceneBuilder"; | ||
version = "2_0"; | ||
name = "${pname}-${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name = "${pname}-${version}"; |
Co-Authored-By: Ryan Mulligan <ryan@ryantm.com>
I see that oracle now requires one to register an account on order to download the scene builder. I also wonder if this program is even used that broadly? If not I think this PR could be closed, and I might look into packaging gluon instead if there is interest. @mmahut you seemed to have an interest in this program once, what do you think? |
As far as I know, SceneBuilder is now distributed under the 3-clause BSD License on GitHub, and the installers can also be downloaded from the official website directly (without registrations or something similar). |
Replaced by #110398 |
Motivation for this change
Add JavaFXSceneBuilder to be used standalone or inside intellij or other IDEs
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)