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:
Lily Ballard
2019-09-14 10:17:05 +00:00
committed by zimbatm
parent aaf514d322
commit a5d5133e9c
3 changed files with 44 additions and 73 deletions
@@ -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 {