-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
rednotebook: 2.8 -> 2.11.1 #64189
rednotebook: 2.8 -> 2.11.1 #64189
Conversation
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rednotebook/versions
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.
Diff looks good to me.
It's missing the
|
The import journal error is expected as it comes from this: try:
# Load module from same directory
import journal
print('Starting RedNotebook from the source directory')
journal.main()
except ImportError:
# Load installed module
import rednotebook.journal
rednotebook.journal.main() The actual error (also present in the current version 2.8) is:
It happens because Gtk was not added to |
@jtojnar, my fix will break if |
gobject-introspection setup hook looks at the packages at $hostOffset to populate GI_TYPELIB_PATH. We need gtk3 to be there.
066c08b
to
da66614
Compare
I have decided to disable |
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rednotebook/versions.
meta.description for rednotebook is: '"A modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds"'.
meta.homepage for rednotebook is: '"http://rednotebook.sourceforge.net/"
Release on GitHub
Compare changes on GitHub
Checks done (click to expand)
passthru.tests
, if any, passedRebuild report (if merged into master) (click to expand)
4 total rebuild path(s)
1 package rebuild(s)
1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)
First fifty rebuilds by attrpath
rednotebook
Instructions to test this update (click to expand)
Either download from Cachix:
(r-ryantm's Cachix cache is only trusted for this store-path realization.)
Or, build yourself:
After you've downloaded or built it, look at the files and if there are any, run the binaries:
cc @orivej for testing.