about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2020-01-16 20:23:26 +0100
committerGitHub <noreply@github.com>2020-01-16 20:23:26 +0100
commit7b26075b1377d18d257621f485e70af48350a512 (patch)
treead559046f98803360d01d1c2ea89aa1ffb7af083 /pkgs/applications/version-management/gitlab
parent4b34c18e310b3012c7c213713d6c27c5df0c2b14 (diff)
parent6bf0ed8e02ee21471410fd9563bd29b10905a61a (diff)
downloadnixlib-7b26075b1377d18d257621f485e70af48350a512.tar
nixlib-7b26075b1377d18d257621f485e70af48350a512.tar.gz
nixlib-7b26075b1377d18d257621f485e70af48350a512.tar.bz2
nixlib-7b26075b1377d18d257621f485e70af48350a512.tar.lz
nixlib-7b26075b1377d18d257621f485e70af48350a512.tar.xz
nixlib-7b26075b1377d18d257621f485e70af48350a512.tar.zst
nixlib-7b26075b1377d18d257621f485e70af48350a512.zip
Merge pull request #77624 from mayflower/gitlab-ce-assets-building
gitlab: fix asset building for CE
Diffstat (limited to 'pkgs/applications/version-management/gitlab')
-rw-r--r--pkgs/applications/version-management/gitlab/default.nix1
1 files changed, 1 insertions, 0 deletions
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