3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #178801 from stehessel/micromamba-all-platforms

micromamba: build on all platforms
This commit is contained in:
Mario Rodas 2022-06-24 08:51:35 -05:00 committed by GitHub
commit a864b44b51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
description = "Reimplementation of the conda package manager";
homepage = "https://github.com/mamba-org/mamba";
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ mausch ];
};
}