usql: add platforms

This commit is contained in:
Anthony Roussel 2022-09-12 22:59:34 +02:00
parent 49426793cd
commit cbb3340557
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -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;
};
}