From 6bf0ed8e02ee21471410fd9563bd29b10905a61a Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Mon, 13 Jan 2020 15:51:37 +0100 Subject: gitlab: fix asset building for CE We have to specify if we're building CE or EE otherwise at least some JS building was broken, resulting in e.g. broken "boards" pages. --- pkgs/applications/version-management/gitlab/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/version-management/gitlab') diff --git a/pkgs/applications/version-management/gitlab/default.nix b/pkgs/applications/version-management/gitlab/default.nix index fa2154c4472f..36859892e8c4 100644 --- a/pkgs/applications/version-management/gitlab/default.nix +++ b/pkgs/applications/version-management/gitlab/default.nix @@ -51,6 +51,7 @@ let # One of the patches uses this variable - if it's unset, execution # of rake tasks fails. GITLAB_LOG_PATH = "log"; + FOSS_ONLY = !gitlabEnterprise; configurePhase = '' runHook preConfigure -- cgit 1.4.1