mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
sqlpkg-cli: fix badPlatforms platform typo
This commit is contained in:
parent
41c219ae92
commit
9167a67cc3
|
@ -41,7 +41,7 @@ buildGoModule rec {
|
|||
badPlatforms = [
|
||||
"aarch64-linux" # assets_test.go:44: BuildAssetPath: unexpected error unsupported platform: linux-arm64
|
||||
"x86_64-darwin" # assets_test.go:44: BuildAssetPath: unexpected error unsupported platform: darwin-amd64
|
||||
"aach64-darwin" # install_test.go:22: installation error: failed to dequarantine files: exec: "xattr": executable file not found in $PATH
|
||||
"aarch64-darwin" # install_test.go:22: installation error: failed to dequarantine files: exec: "xattr": executable file not found in $PATH
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue