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

gmid: init at 1.7.5 #141659

Merged
merged 1 commit into from Oct 26, 2021
Merged

gmid: init at 1.7.5 #141659

merged 1 commit into from Oct 26, 2021

Conversation

sikmir
Copy link
Member

@sikmir sikmir commented Oct 14, 2021

Motivation for this change

gmid is a fast Gemini server written with security in mind.
Packaging status

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 via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • 21.11 Release Notes (or backporting 21.05 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.

@WolfangAukang
Copy link
Contributor

Result of nixpkgs-review pr 141659 run on x86_64-linux 1

1 package built:
  • gmid

@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/410

Copy link
Contributor

@r-burns r-burns left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@r-burns r-burns merged commit 30f73c6 into NixOS:master Oct 26, 2021
@sikmir sikmir deleted the gmid branch October 26, 2021 08:33
Comment on lines +18 to +22
configurePhase = ''
runHook preConfigure
./configure PREFIX=$out
runHook postConfigure
'';
Copy link
Member

Choose a reason for hiding this comment

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

Why not use configureFlags?

Copy link
Member Author

Choose a reason for hiding this comment

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

configureFlags will be appended, but there is no way to remove some default flag, in this case we should not pass --prefix flag, otherwise configure script will fail.

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

5 participants