s3sync: fix input ruby attribute name

This commit is contained in:
Jaka Hudoklin 2014-09-16 10:34:02 +02:00
parent bfa3b28590
commit 1770272775

View File

@ -2097,7 +2097,7 @@ let
s3cmd_15_pre_81e3842f7a = lowPrio (callPackage ../tools/networking/s3cmd/git.nix { });
s3sync = callPackage ../tools/networking/s3sync {
ruby = ruby18;
ruby = ruby_1_8;
};
s6Dns = callPackage ../tools/networking/s6-dns { };