curaLulzbot: Fix build breakage around OpenMP compatibility

This commit is contained in:
Charles Duffy
2020-03-29 10:49:36 -05:00
parent 98bc4867fa
commit 68d14b3756
2 changed files with 49 additions and 0 deletions
@@ -10,6 +10,8 @@ gcc8Stdenv.mkDerivation rec {
sha256 = "0wdkvg1hmqp1gaym804lw09x4ngf5ffasd861jhflpy7djbmkfn8";
};
patches = [ ./curaengine-openmp-compat.patch ];
nativeBuildInputs = [ cmake ];
buildInputs = [ libarcusLulzbot stb protobuf ];