3
0
Fork 0
forked from mirrors/nixpkgs

nym: all platforms

This commit is contained in:
Andrey Kuznetsov 2021-05-11 02:11:49 +03:00
parent f4839bfc43
commit 0d3bc3db3e
No known key found for this signature in database
GPG key ID: A3748A3281F25743

View file

@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://nymtech.net";
license = licenses.asl20;
maintainers = [ maintainers.ehmry ];
platforms = with platforms; intersectLists (linux ++ darwin) (concatLists [ x86 x86_64 aarch64 arm ]);
platforms = platforms.all;
};
}