jazzy: 0.10.0 -> 0.11.0 (#68766)
* gem-config: fix sassc on darwin By default the sassc gem compiles with LTO, but LTO is currently broken on darwin. * jazzy: 0.10.0 -> 0.11.0
This commit is contained in:
@@ -507,7 +507,10 @@ in
|
||||
substituteInPlace lib/sassc/native.rb \
|
||||
--replace 'gem_root = spec.gem_dir' 'gem_root = File.join(__dir__, "../../")'
|
||||
'';
|
||||
};
|
||||
} // (if stdenv.isDarwin then {
|
||||
# https://github.com/NixOS/nixpkgs/issues/19098
|
||||
buildFlags = "--disable-lto";
|
||||
} else {});
|
||||
|
||||
scrypt = attrs:
|
||||
if stdenv.isDarwin then {
|
||||
|
||||
Reference in New Issue
Block a user