haskellPackages: regenerate package set based on current config

This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
Dennis Gosnell
2022-07-08 15:06:33 +09:00
parent 50deadd2e7
commit 7f7bfa5e5f
+1 -1
View File
@@ -111014,7 +111014,7 @@ self: {
description = "manage files with git, without checking their contents into git";
license = lib.licenses.agpl3Only;
mainProgram = "git-annex";
maintainers = [ lib.maintainers.peti ];
maintainers = [ lib.maintainers.peti lib.maintainers.roosemberth ];
}) {inherit (pkgs) bup; inherit (pkgs) curl; inherit (pkgs) git;
inherit (pkgs) gnupg; inherit (pkgs) lsof; inherit (pkgs) openssh;
inherit (pkgs) perl; inherit (pkgs) rsync; inherit (pkgs) wget;