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