quarto: add even more platforms
This commit is contained in:
parent
edd2e49f99
commit
ce5371f719
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" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
|
||||
platforms = platforms.all;
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode binaryBytecode ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue