about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/gitlab-workhorse
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2019-10-09 15:45:12 +0200
committertalyz <kim.lindberger@gmail.com>2019-11-06 10:56:20 +0100
commita30facc96e4059964784468c31db103bb9495028 (patch)
tree242d101a9a6690c255c4717c909a84d7da8d4eff /pkgs/applications/version-management/gitlab/gitlab-workhorse
parentb69a51a08bc3a5e84d89fbe79d033049fb66ab4e (diff)
downloadnixlib-a30facc96e4059964784468c31db103bb9495028.tar
nixlib-a30facc96e4059964784468c31db103bb9495028.tar.gz
nixlib-a30facc96e4059964784468c31db103bb9495028.tar.bz2
nixlib-a30facc96e4059964784468c31db103bb9495028.tar.lz
nixlib-a30facc96e4059964784468c31db103bb9495028.tar.xz
nixlib-a30facc96e4059964784468c31db103bb9495028.tar.zst
nixlib-a30facc96e4059964784468c31db103bb9495028.zip
gitlab: Don't build any gitlab component outside linux
For some reason hydra seems to have issues downloading the
gitlab-workhorse source on macOS. Since we don't build the rails app
for macOS, the other components seem a bit useless there, so we
limit them to linux for now.
Diffstat (limited to 'pkgs/applications/version-management/gitlab/gitlab-workhorse')
-rw-r--r--pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
index b8364c1efeba..aa8cf7c164c5 100644
--- a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
+++ b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
@@ -29,7 +29,7 @@ buildGoPackage rec {
 
   meta = with stdenv.lib; {
     homepage = http://www.gitlab.com/;
-    platforms = platforms.unix;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ fpletz globin talyz ];
     license = licenses.mit;
   };