mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
facter: remove obsolete PIC handling (default now)
This commit is contained in:
parent
99087d9216
commit
3fead71a0e
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue