mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
Update pkgs/development/tools/poac/default.nix
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
This commit is contained in:
parent
8e89f701d3
commit
d0745d7b3b
@ -90,9 +90,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake git cacert ];
|
||||
buildInputs = [
|
||||
(if stdenv.isDarwin
|
||||
then boost179
|
||||
else (boost179.override { enableShared = false; enableStatic = true; }))
|
||||
(boost179.override {
|
||||
enableShared = stdenv.isDarwin;
|
||||
enableStatic = !stdenv.isDarwin;
|
||||
})
|
||||
fmt_8
|
||||
git2Cpp
|
||||
glob
|
||||
|
Loading…
Reference in New Issue
Block a user