mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
zola: fix build with rust 1.45 (#129852)
The lexical_core 0.7.4 dependency doesn't build with rust 1.53. The zola "next" branch updated it to 0.7.6 which builds fine so this will be fixed in the next zola release. In the meantime, use the older version of rust.
This commit is contained in:
parent
ab3704847c
commit
784f843a67
@ -28328,6 +28328,9 @@ in
|
||||
|
||||
zola = callPackage ../applications/misc/zola {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
||||
# Version 0.13.0 has the lexical_core 0.7.4 dependency that doesn't build
|
||||
# with rust 1.53. This should be fixed in the next version.
|
||||
rustPlatform = rustPackages_1_45.rustPlatform;
|
||||
};
|
||||
|
||||
zombietrackergps = libsForQt5.callPackage ../applications/gis/zombietrackergps { };
|
||||
|
Loading…
Reference in New Issue
Block a user