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

keepalived: 1.2.19 -> 1.3.2 #22754

Merged
merged 1 commit into from Feb 16, 2017
Merged

keepalived: 1.2.19 -> 1.3.2 #22754

merged 1 commit into from Feb 16, 2017

Conversation

mbrgm
Copy link
Member

@mbrgm mbrgm commented Feb 13, 2017

No description provided.

@mention-bot
Copy link

@mbrgm, thanks for your PR! By analyzing the history of the files in this pull request, we identified @wkennington, @dezgeg and @bjornfor to be potential reviewers.

};

buildInputs = [ openssl net_snmp libnl ];
buildInputs = [ openssl ];
Copy link
Member

Choose a reason for hiding this comment

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

Does passing pkgconfig here, allow removal of the preConfigure export of PKG_CONFIG?

Copy link
Member Author

Choose a reason for hiding this comment

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

It does.


stdenv.mkDerivation rec {
name = "keepalived-1.2.19";
name = "keepalived-${version}";
version = "1.3.2";

src = fetchurl {
Copy link
Member

Choose a reason for hiding this comment

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

fetchFromGitHub may be a better option here since it is more specialized.

@vrthra
Copy link
Member

vrthra commented Feb 14, 2017

Verified on NixOS Linux. I think this PR is ready for merging.

@@ -1,33 +1,17 @@
{ stdenv, fetchurl, openssl, net_snmp, libnl }:
Copy link
Member

@fpletz fpletz Feb 14, 2017

Choose a reason for hiding this comment

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

Why did you remove support libnl and net_snmp? Sounds generally useful to me. Though libnl should only be enabled if this is built on Linux. This package is Linux-only.

installFlags = [
"sysconfdir=\${out}/etc"
];
buildInputs = [ openssl pkgconfig ];
Copy link
Member

Choose a reason for hiding this comment

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

pkgconfig should be in nativeBuildInputs.

@joachifm
Copy link
Contributor

joachifm commented Feb 16, 2017

Looks like all review comments have been attended to, including the net_snmp thing, though github's ui does a poor job of showing that ...

@joachifm joachifm merged commit 32befcb into NixOS:master Feb 16, 2017
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