mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +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";
|
||||
};
|
||||
|
||||
libyamlcpp_ = libyamlcpp.override { makePIC = true; };
|
||||
|
||||
buildInputs = [ boost cmake curl libyamlcpp_ openssl utillinux ];
|
||||
buildInputs = [ boost cmake curl libyamlcpp openssl utillinux ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/puppetlabs/facter;
|
||||
|
Loading…
Reference in New Issue
Block a user