quarto: added 'x86_64-darwin' 'aarch64-linux' 'aarch64-darwin' to platforms
This commit is contained in:
parent
bd1cf55f63
commit
edd2e49f99
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ stdenv.mkDerivation (final: {
|
|||
changelog = "https://github.com/quarto-dev/quarto-cli/releases/tag/v${version}";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ minijackson mrtarantoga ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode binaryBytecode ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue