emacs.pkgs.magit-gitlab: fix build

https://hydra.nix-community.org/build/6410212
This commit is contained in:
Lin Jian
2025-07-09 22:33:23 +08:00
parent 9d56c6c9c6
commit b24a525074
@@ -1454,6 +1454,9 @@ let
self.flycheck
];
# https://gitlab.com/arvidnl/magit-gitlab/-/issues/8
magit-gitlab = addPackageRequires super.magit-gitlab [ self.glab ];
# missing optional dependencies
magnatune = addPackageRequires super.magnatune [ self.helm ];