forked from mirrors/nixpkgs
Merge pull request #178801 from stehessel/micromamba-all-platforms
micromamba: build on all platforms
This commit is contained in:
commit
a864b44b51
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue