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

ndjbdns: build from latest sources which adds Darwin compatibility #17364

Merged
merged 1 commit into from Jan 1, 2017

Conversation

fmu
Copy link
Contributor

@fmu fmu commented Jul 29, 2016

Motivation for this change

Build on Darwin platform.

Things done
  • Tested using sandboxing
    (nix.useChroot on NixOS,
    or option build-use-chroot in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • OS X
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@fmu, thanks for your PR! By analyzing the annotation information on this pull request, we identified @fpletz and @pSub to be potential reviewers

@pSub pSub added 8.has: package (update) 6.topic: darwin Running or building packages on Darwin labels Jul 29, 2016
{ stdenv, fetchurl, systemd, pkgconfig }:
{ stdenv, fetchFromGitHub, autoreconfHook, systemd, pkgconfig }:

with stdenv.lib;

stdenv.mkDerivation rec {
version = "1.06";
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't the version be changed? Is this a development version? The repo on GitHub unfortunately doesn't have tags.

Copy link
Contributor

Choose a reason for hiding this comment

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

Looks to me like the delta contains only minor changes, primarily related to the build process or compat.

@Mic92 Mic92 merged commit d5f8652 into NixOS:master Jan 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: darwin Running or building packages on Darwin 8.has: package (update)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants