20 stdenv.mkDerivation rec {
23 src = fetchFromGitHub {
26 rev = "libmamba-${version}";
27 hash = "sha256-sxZDlMFoMLq2EAzwBVO++xvU1C30JoIoZXEX/sqkXS0=";
31 python3Packages.python
49 (lib.cmakeBool "BUILD_LIBMAMBA" true)
50 (lib.cmakeBool "BUILD_SHARED" true)
54 description = "Library for the fast Cross-Platform Package Manager";
55 homepage = "https://github.com/mamba-org/mamba";
56 license = lib.licenses.bsd3;
57 platforms = lib.platforms.all;
58 maintainers = [ lib.maintainers.ericthemagician ];