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

dogedns: init at 0.2.6 #305139

Merged
merged 2 commits into from
Apr 20, 2024
Merged

dogedns: init at 0.2.6 #305139

merged 2 commits into from
Apr 20, 2024

Conversation

aktaboot
Copy link
Contributor

@aktaboot aktaboot commented Apr 18, 2024

Description of changes

Adds doge, a cli DNS client forked from dog which is no longer maintained!

@figsoda should dogdns be dropped in favor of this ? #141368

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.

@@ -7495,6 +7495,10 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};

dogedns = callPackage ../by-name/do/dogedns/package.nix {
inherit (darwin.apple_sdk.frameworks) Security;
Copy link
Member

Choose a reason for hiding this comment

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

Maybe just add darwin to package input?

@Aleksanaa
Copy link
Member

should dogdns be dropped in favor of this ? #141368

Yes but not suitable for using alias, because this project only gets 18 stars and dogdns gets 5.8k. We can add something like

dogdns = throw "dogdns is removed since upstream ceased development. Recommend doggo or dogedns instead"

@aktaboot aktaboot force-pushed the init-dogedns branch 2 times, most recently from ee1fa66 to 16c613b Compare April 19, 2024 11:19
@aktaboot
Copy link
Contributor Author

thanks for the review @Aleksanaa, appreciate it :)

@ofborg ofborg bot added the 11.by: package-maintainer This PR was created by the maintainer of the package it changes label Apr 19, 2024
@aktaboot aktaboot changed the title dogedns: init at 0.2.5-unstable-2024-04-17 dogedns: init at 0.2.6 Apr 19, 2024
Copy link
Member

Choose a reason for hiding this comment

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

This is not needed anymore?

./remove-date-info.patch
];

postInstall = ''
Copy link
Member

Choose a reason for hiding this comment

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

Would be better to put this after buildInputs

@Aleksanaa Aleksanaa merged commit aa65fe8 into NixOS:master Apr 20, 2024
24 of 25 checks passed
@aktaboot aktaboot deleted the init-dogedns branch April 20, 2024 20:08
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.

2 participants