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

geph: init at 4.7.8 #206817

Merged
merged 2 commits into from
Mar 10, 2023
Merged

geph: init at 4.7.8 #206817

merged 2 commits into from
Mar 10, 2023

Conversation

penalty1083
Copy link
Contributor

@penalty1083 penalty1083 commented Dec 19, 2022

Description of changes

Closes #169326

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • 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/)
  • 23.05 Release Notes (or backporting 22.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
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

Ping author and reviewers in #169326 @jslll135 @NickCao @SuperSandro2000 @alienzj

pkgs/applications/networking/geph/default.nix Outdated Show resolved Hide resolved
Comment on lines 64 to 66
rm package-lock.json
ln -s ${./package-lock.json} ./package-lock.json
Copy link
Member

Choose a reason for hiding this comment

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

Why do we need to delete the file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I generated a lock file because fetch-npm-deps doesn't work with the upstream lock file. It seems fetch-npm-deps ignores deps without integrity.

We need to generate a correct lock file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It seems the problem is fixed upstream so this is not needed anymore.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They removed the lock file in 4.7.8 so I have to generate one again.

pkgs/applications/networking/geph/default.nix Show resolved Hide resolved
@penalty1083 penalty1083 changed the title geph: init at 4.7.0-beta.4 geph: init at 4.7.5 Feb 9, 2023
@penalty1083
Copy link
Contributor Author

Updated to 4.7.5.

@penalty1083 penalty1083 changed the title geph: init at 4.7.5 geph: init at 4.7.7 Feb 26, 2023
@penalty1083
Copy link
Contributor Author

Updated to 4.7.7.

@SuperSandro2000 Could you please review this again?

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-already-reviewed/2617/857

pkgs/applications/networking/geph/default.nix Outdated Show resolved Hide resolved

meta = geph-meta // {
mainProgram = "gephgui-wry";
license = with lib.licenses; [ unfree ];
Copy link
Member

Choose a reason for hiding this comment

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

Can we be a bit more specific which unfree license or is it custom?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There is no license in the repo. 🤷

pkgs/applications/networking/geph/default.nix Outdated Show resolved Hide resolved
@penalty1083 penalty1083 changed the title geph: init at 4.7.7 geph: init at 4.7.8 Mar 9, 2023
@SuperSandro2000 SuperSandro2000 merged commit fbf7fa1 into NixOS:master Mar 10, 2023
@penalty1083 penalty1083 deleted the geph branch March 12, 2023 07:19
@penalty1083
Copy link
Contributor Author

Thanks for merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants