add platforms.all

This commit is contained in:
Stephan Heßelmann 2022-06-24 14:01:02 +02:00
parent 251ca357bb
commit fcda800ae2

View File

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