mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
shogun: build with gcc8 since it fails with gcc9
This commit is contained in:
parent
cdccbcdf53
commit
771257c95d
@ -20031,7 +20031,9 @@ in
|
||||
libmlt = mlt;
|
||||
};
|
||||
|
||||
shogun = callPackage ../applications/science/machine-learning/shogun { };
|
||||
shogun = callPackage ../applications/science/machine-learning/shogun {
|
||||
stdenv = gcc8Stdenv;
|
||||
};
|
||||
|
||||
sky = callPackage ../applications/networking/instant-messengers/sky {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user