nixpkgs/pkgs/applications/version-management/gitlab
Jaka Hudoklin 90683792aa gitlab: fix i686-linux build and module
It turns out that installing therubytracer, with dependency on old v8, even
when using source libv8 version is problematic.
(see
http://stackoverflow.com/questions/21666379/problems-installing-gitlab-on-odroid-v8-lib-not-available).

But wait, rails does not even need therubytracer, just any kind of javascript
server side execution framework like nodejs. Well just use that, as also
suggested from different internet sources (look link above), it works just
fine.
2014-12-14 02:24:12 +01:00
..
bootstrap.nix gitlab: fix i686-linux build and module 2014-12-14 02:24:12 +01:00
default.nix gitlab: fix i686-linux build and module 2014-12-14 02:24:12 +01:00
Gemfile.lock gitlab: fix i686-linux build and module 2014-12-14 02:24:12 +01:00
Gemfile.nix gitlab: fix i686-linux build and module 2014-12-14 02:24:12 +01:00
generate_nix_requirements.rb nixos: Add gitlab and gitlab-shell 2014-12-12 18:01:29 +01:00
README nixos: Add gitlab and gitlab-shell 2014-12-12 18:01:29 +01:00
remove-hardcoded-locations.patch nixos: Add gitlab and gitlab-shell 2014-12-12 18:01:29 +01:00

to regenerate Gemfile.nix and Gemfile.lock you need to

  % nix-build bootstrap.nix
  % cp result/Gemfile.nix ./
  % cp result/Gemfile.lock ./