mpir: Fix configureFlags to be array
This commit is contained in:
parent
634ad1bbf2
commit
c4d78cea8f
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1fvmhrqdjs925hzr2i8bszm50h00gwsh17p2kn2pi51zrxck9xjj";
|
sha256 = "1fvmhrqdjs925hzr2i8bszm50h00gwsh17p2kn2pi51zrxck9xjj";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [ "--enable-cxx --enable-fat" ];
|
configureFlags = [ "--enable-cxx" "--enable-fat" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user