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

openvi: init at 7.3.22 #230014

Merged
merged 1 commit into from May 5, 2023
Merged

openvi: init at 7.3.22 #230014

merged 1 commit into from May 5, 2023

Conversation

Aleksanaa
Copy link
Member

@Aleksanaa Aleksanaa commented May 4, 2023

Description of changes

Yet another vi editor in this repo, ported from OpenBSD, hope someone enjoy it :3

https://github.com/johnsonjh/OpenVi

The result does contain a few manpages, but sadly when I tried to add outputs = [ "out" "man" ]; it gave me pop_var_context: head of shell_variables not a function context . So I gave up on it.

I also didn't add mainProgram because the result contains three executables: oex, ovi and oview, just like the situation with nvi.

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
  • Fits CONTRIBUTING.md.

@Aleksanaa
Copy link
Member Author

Done.

@wegank

This comment was marked as resolved.

@Aleksanaa
Copy link
Member Author

The GNUmakefile installs them to correct path, is there a need to still use installManpage?


makeFlags = [
"PREFIX=$(out)"
# command -p will yield command not found erorr
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
# command -p will yield command not found erorr
# command -p will yield command not found error

Copy link
Member

Choose a reason for hiding this comment

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

It doesn't really matter anyway.

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 just outside 🥲 will fix in next release

@wegank wegank merged commit b4c8a4e into NixOS:master May 5, 2023
21 checks passed
@Aleksanaa Aleksanaa deleted the openvi branch May 5, 2023 17:16
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

2 participants