add platforms.all
This commit is contained in:
parent
251ca357bb
commit
fcda800ae2
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Reimplementation of the conda package manager";
|
description = "Reimplementation of the conda package manager";
|
||||||
homepage = "https://github.com/mamba-org/mamba";
|
homepage = "https://github.com/mamba-org/mamba";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ mausch ];
|
maintainers = with maintainers; [ mausch ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue