mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
gama: fix build on aarch64-darwin
This commit is contained in:
parent
d6b2103c7a
commit
d050f04dc5
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ texinfo zip ];
|
||||
|
||||
env.CXXFLAGS = lib.optionalString stdenv.cc.isClang "-include sstream";
|
||||
|
||||
nativeCheckInputs = [ octave libxml2 ];
|
||||
doCheck = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user