Skip to content
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

element-call: init at 0.5.16; lk-jwt-service: init at main #300966

Merged
merged 2 commits into from
May 26, 2024

Conversation

kilimnik
Copy link
Member

@kilimnik kilimnik commented Apr 2, 2024

Description of changes

Package the element-call software, as well as the lk-jwt-service. Element Call is a web group calling application, which uses lk-jwt-service as it's authentication service.

As these packages are designed to work side by side, I thought it would make sense, to have only one PR. If necessary I can split those up.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@kilimnik kilimnik changed the title element-call: init at 0.5.15 & lk-jwt-service: init at main element-call: init at 0.5.15; lk-jwt-service: init at main Apr 2, 2024
@kilimnik kilimnik force-pushed the element-call branch 2 times, most recently from 11d5f1b to a7788fe Compare April 2, 2024 15:17
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 labels Apr 2, 2024
+++ b/package.json
@@ -1,4 +1,5 @@
{
+ "name": "element-call",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please try to upstream this diff

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I opened a PR here

pkgs/by-name/lk/lk-jwt-service/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/el/element-call/package.nix Outdated Show resolved Hide resolved
'';

offlineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That could be triggering IFD, you are sure it does not?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure, though this is what the documentation recommends doing

yarnLock = src + "/yarn.lock";

pkgs/by-name/el/element-call/package.nix Outdated Show resolved Hide resolved
@kilimnik
Copy link
Member Author

I have updated the package and will wait for the CI to build the backages on aarch64 as well as darwin to get the corresponding hashes

@kilimnik kilimnik changed the title element-call: init at 0.5.15; lk-jwt-service: init at main element-call: init at 0.5.16; lk-jwt-service: init at main May 25, 2024
@SuperSandro2000 SuperSandro2000 merged commit 82d00c4 into NixOS:master May 26, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants