compactor: fix build by pinning older boost
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
asciidoctor,
|
||||
autoreconfHook,
|
||||
pkg-config,
|
||||
boost,
|
||||
boost186,
|
||||
libctemplate,
|
||||
libmaxminddb,
|
||||
libpcap,
|
||||
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = [
|
||||
boost
|
||||
boost186
|
||||
libctemplate
|
||||
libmaxminddb
|
||||
libpcap
|
||||
@@ -69,8 +69,8 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
"--with-boost-libdir=${boost.out}/lib"
|
||||
"--with-boost=${boost.dev}"
|
||||
"--with-boost-libdir=${boost186.out}/lib"
|
||||
"--with-boost=${boost186.dev}"
|
||||
];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user