Add aarch64-darwin to platforms list
This commit is contained in:
parent
2676de37fe
commit
c7d9223c5d
1 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
|
||||||
downloadPage = "https://app-updates.agilebits.com/product_history/CLI";
|
downloadPage = "https://app-updates.agilebits.com/product_history/CLI";
|
||||||
maintainers = with maintainers; [ joelburget marsam ];
|
maintainers = with maintainers; [ joelburget marsam ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" "aarch64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue