facter: remove obsolete PIC handling (default now)

This commit is contained in:
Robin Gloster 2016-02-21 10:01:22 +00:00
parent 99087d9216
commit 3fead71a0e

View file

@ -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;