gitlab-shell: fix evaluation
This commit is contained in:
parent
6eaa419920
commit
cb395eaadb
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, ruby, rubyLibs, fetchgit }:
|
{ stdenv, ruby, bundler, fetchgit }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.1.0";
|
version = "2.1.0";
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
ruby rubyLibs.bundler
|
ruby bundler
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
@ -1315,14 +1315,14 @@ let
|
|||||||
|
|
||||||
gifsicle = callPackage ../tools/graphics/gifsicle { };
|
gifsicle = callPackage ../tools/graphics/gifsicle { };
|
||||||
|
|
||||||
# Evaluation broken by recent ruby changes.
|
|
||||||
gitlab = callPackage ../applications/version-management/gitlab {
|
gitlab = callPackage ../applications/version-management/gitlab {
|
||||||
libiconv = libiconvOrLibc;
|
libiconv = libiconvOrLibc;
|
||||||
ruby = ruby_2_1_3;
|
ruby = ruby_2_1_3;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Evaluation broken by recent ruby changes.
|
gitlab-shell = callPackage ../applications/version-management/gitlab-shell {
|
||||||
# gitlab-shell = callPackage ../applications/version-management/gitlab-shell { };
|
ruby = ruby_2_1_3;
|
||||||
|
};
|
||||||
|
|
||||||
glusterfs = callPackage ../tools/filesystems/glusterfs { };
|
glusterfs = callPackage ../tools/filesystems/glusterfs { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user