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

geomyidae: init at 0.34 #98851

Closed
wants to merge 1 commit into from
Closed

Conversation

rapenne-s
Copy link
Member

Motivation for this change

This adds a simple gopher daemon.
I registered myself as maintainer

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs 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/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

register myself as maintainer
@rapenne-s
Copy link
Member Author

I accidentally deleted the branch on my fork which closed the PR.

@rapenne-s rapenne-s reopened this Oct 6, 2020
@@ -7955,6 +7955,12 @@
githubId = 2157287;
name = "sohalt";
};
solene = {
Copy link
Member

Choose a reason for hiding this comment

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

Please put this into a separate commit with the message maintainers: add solene.

{ stdenv, fetchgit, libressl }:

stdenv.mkDerivation rec {

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

@SuperSandro2000
Copy link
Member

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

1 package failed to build:
  • geomyidae

@SuperSandro2000
Copy link
Member

builder for '/nix/store/1xka1qyqm5zgirfqb6i0l5mndmwyfysd-geomyidae.drv' failed with exit code 1; last 10 log lines:                                                                            * [new tag]         v0.30      -> v0.30                                                                                                                                                     * [new tag]         v0.31      -> v0.31
   * [new tag]         v0.31.1    -> v0.31.1
   * [new tag]         v0.32      -> v0.32
   * [new tag]         v0.32.1    -> v0.32.1
   * [new tag]         v0.32.2    -> v0.32.2
   * [new tag]         v0.33      -> v0.33
   * [new tag]         v0.34      -> v0.34
  fatal: empty string is not a valid pathspec. please use . instead if you meant to match all paths
  Unable to checkout refs/tags/0.34 from git://bitreich.org/geomyidae.
cannot build derivation '/nix/store/932ncp9i66lna9dr1fd0abr44q4gmvmy-geomyidae-0.34.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/ra3vkksfcnsm83rwzb3pr2y5zmhq09cc-env.drv': 1 dependencies couldn't be built

@rapenne-s rapenne-s closed this Jan 27, 2021
@rapenne-s rapenne-s deleted the add/geomyidae branch January 27, 2021 17:54
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