17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
22 owner = "rpm-software-management";
25 hash = "sha256-R7jOeH6pw/THLXxLezp2AmE8lUBagKMRJ0XfXgdLi2E=";
45 description = "Lightweight implementation of dnf in C";
46 homepage = "https://github.com/rpm-software-management/microdnf";
47 license = lib.licenses.gpl2Plus;
48 maintainers = with lib.maintainers; [ rb2k ];
49 platforms = lib.platforms.linux ++ lib.platforms.darwin;
50 mainProgram = "microdnf";