forked from mirrors/nixpkgs
codeblock: Boost 1.59 compat
This commit is contained in:
parent
3f5207a396
commit
b8b47ecea0
|
@ -23,6 +23,10 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = [ "--enable-pch=no" ]
|
||||
++ optional contribPlugins "--with-contrib-plugins";
|
||||
|
||||
# Fix boost 1.59 compat
|
||||
# Try removing in the next version
|
||||
CPPFLAGS = "-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
maintainers = [ maintainers.linquize ];
|
||||
platforms = platforms.all;
|
||||
|
|
Loading…
Reference in a new issue