3
0
Fork 0
forked from mirrors/nixpkgs

slic3r: use boost172 (#153276)

This fixes the regression due to a boost version bump.
It pins the used version to boost172.
This commit is contained in:
Carl Richard Theodor 2022-01-03 01:56:59 +01:00 committed by GitHub
parent 840e9d2ec2
commit a2531855aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28562,7 +28562,9 @@ with pkgs;
ly = callPackage ../applications/display-managers/ly { };
slic3r = callPackage ../applications/misc/slic3r { };
slic3r = callPackage ../applications/misc/slic3r {
boost = boost172; # Building fails with Boost >1.72 due to boost/detail/endian.hpp missing
};
curaengine_stable = callPackage ../applications/misc/curaengine/stable.nix { };
cura_stable = callPackage ../applications/misc/cura/stable.nix {