about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/default.nix
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2019-10-01 15:38:22 +0200
committertalyz <kim.lindberger@gmail.com>2019-10-04 18:03:05 +0200
commitf3eb063ecfb0cb76e2cef1e9c9764cdee92f9ed7 (patch)
treea5c45717b28d10b7ba8019519a9d322bce8d02bb /pkgs/applications/version-management/gitlab/default.nix
parente5b783bd225121e09bf038b859c7bae946448d80 (diff)
downloadnixlib-f3eb063ecfb0cb76e2cef1e9c9764cdee92f9ed7.tar
nixlib-f3eb063ecfb0cb76e2cef1e9c9764cdee92f9ed7.tar.gz
nixlib-f3eb063ecfb0cb76e2cef1e9c9764cdee92f9ed7.tar.bz2
nixlib-f3eb063ecfb0cb76e2cef1e9c9764cdee92f9ed7.tar.lz
nixlib-f3eb063ecfb0cb76e2cef1e9c9764cdee92f9ed7.tar.xz
nixlib-f3eb063ecfb0cb76e2cef1e9c9764cdee92f9ed7.tar.zst
nixlib-f3eb063ecfb0cb76e2cef1e9c9764cdee92f9ed7.zip
gitlab: 12.1.6 -> 12.3.4
- Update GitLab to 12.3.4

- Update update.py to cope with the new upstream repository structure

- Refactor gitlab-shell to use buildGoPackage and bundlerEnv for
  dependencies

- Refactor gitlab-workhorse to use buildGoPackage for dependencies

- Make update.py able to update gitlab-shell and gitlab-workhorse
  dependencies

- Various fixes necessary for update to work
Diffstat (limited to 'pkgs/applications/version-management/gitlab/default.nix')
-rw-r--r--pkgs/applications/version-management/gitlab/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/gitlab/default.nix b/pkgs/applications/version-management/gitlab/default.nix
index fb18fb7941e6..2c457da1961f 100644
--- a/pkgs/applications/version-management/gitlab/default.nix
+++ b/pkgs/applications/version-management/gitlab/default.nix
@@ -19,7 +19,7 @@ let
         };
       };
     groups = [
-      "default" "unicorn" "ed25519" "metrics" "development" "puma" "test"
+      "default" "unicorn" "ed25519" "metrics" "development" "puma" "test" "kerberos"
     ];
     # N.B. omniauth_oauth2_generic and apollo_upload_server both provide a
     # `console` executable.