mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
minio: build on all 64bit platforms
This commit is contained in:
parent
e2ff3f160d
commit
0dbc1e4b5b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://www.minio.io/;
|
||||
description = "An S3-compatible object storage server";
|
||||
maintainers = [ lib.maintainers.eelco ];
|
||||
platforms = lib.platforms.linux;
|
||||
platforms = lib.platforms.x86_64;
|
||||
license = lib.licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue