Merge pull request #139958 from 0x4A6F/master-zola

zola: aarch64-darwin support fixup
This commit is contained in:
figsoda 2021-09-29 17:27:10 -04:00 committed by GitHub
commit 1826f69939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,9 +32,9 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
openssl
oniguruma
] ++ lib.optional stdenv.isDarwin [
CoreServices
libsass
] ++ lib.optionals stdenv.isDarwin [
CoreServices
];
RUSTONIG_SYSTEM_LIBONIG = true;