mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 05:37:42 +00:00
usql: add platforms
This commit is contained in:
parent
49426793cd
commit
cbb3340557
@ -57,7 +57,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/xo/usql";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ georgyo anthonyroussel ];
|
||||
# usql does not build on ARM.
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user