flint: fix for structured attrs
This commit is contained in:
parent
5ed6a9c70d
commit
01e8c64988
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
# issues with ntl -- https://github.com/wbhart/flint2/issues/487
|
# issues with ntl -- https://github.com/wbhart/flint2/issues/487
|
||||||
NIX_CXXSTDLIB_COMPILE = [ "-std=c++11" ];
|
NIX_CXXSTDLIB_COMPILE = "-std=c++11";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
|
|
Loading…
Reference in New Issue