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:
parent
840e9d2ec2
commit
a2531855aa
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue