mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 16:47:49 +00:00
zola: aarch64-darwin support fixup
- buildInputs: include libsass unconditionally - lib.{optional -> optionals}
This commit is contained in:
parent
e4f1de1343
commit
2becca7d44
@ -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 New Issue
Block a user