weblate: init at 5.6.2#309
Merged
fricklerhandwerk merged 15 commits intongi-nix:mainfrom Jul 31, 2024
Merged
Conversation
wegank
reviewed
Jul 2, 2024
Contributor
Author
|
Just noticed that the overview output auto-generates a URL to the project site: https://nlnet.nl/project/Weblate But I can't find a Weblate project in https://nlnet.nl/project/? Is it just not listed maybe? |
Contributor
|
Oh, it may never have been funded by NLnet. I suppose we'll have to adjust how we do the attribution. |
Contributor
Author
|
I just opened NixOS/nixpkgs#325541 to have Weblate in Nixpkgs. If that succeeds, having Weblate in ngipkgs would probably only make sense until the next NixOS stable release. |
fricklerhandwerk
previously approved these changes
Jul 8, 2024
Contributor
Author
|
Had to fix an override for aeidon, which probably broke due to a Python upgrade. |
fricklerhandwerk
approved these changes
Jul 31, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds the weblate package, module and integration test from my previous work at https://github.com/ngi-nix/weblate.
As this package attempt uses poetry2nix, which isn't part of Nixpkgs anymore, I had to add it as a Flake input to NgiPkgs.
Also I noticed that I would benefit from the snakeoil TLS certificates used by many NixOS tests in Nixpkgs, so I figured it would make sense to expose nixpkgs as part of
sourcesto every project?I also update the package to the latest version 5.6.2.
Let me know if I should squash for inclusion, the commit messages are more or less written for myself.
Edit: Pinging @fricklerhandwerk as he asked me to do this, and @lorenzleutgeb as I saw your earlier branch.
Closes #221