mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
facter: remove obsolete PIC handling (default now)
This commit is contained in:
parent
99087d9216
commit
3fead71a0e
@ -8,9 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1ngp3xjdh6x1w7lsi4lji2xzqp0x950jngcdlq11lcr0wfnzwyxj";
|
sha256 = "1ngp3xjdh6x1w7lsi4lji2xzqp0x950jngcdlq11lcr0wfnzwyxj";
|
||||||
};
|
};
|
||||||
|
|
||||||
libyamlcpp_ = libyamlcpp.override { makePIC = true; };
|
buildInputs = [ boost cmake curl libyamlcpp openssl utillinux ];
|
||||||
|
|
||||||
buildInputs = [ boost cmake curl libyamlcpp_ openssl utillinux ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/puppetlabs/facter;
|
homepage = https://github.com/puppetlabs/facter;
|
||||||
|
Loading…
Reference in New Issue
Block a user