zola: aarch64-darwin support fixup
- buildInputs: include libsass unconditionally - lib.{optional -> optionals}
This commit is contained in:
parent
e4f1de1343
commit
2becca7d44
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue