s3sync: Require Ruby 1.8

This commit is contained in:
Eelco Dolstra 2012-07-27 18:36:10 -04:00
parent da4c64026a
commit 812c182be5
1 changed files with 3 additions and 1 deletions

View File

@ -1410,7 +1410,9 @@ let
s3cmd = callPackage ../tools/networking/s3cmd { }; s3cmd = callPackage ../tools/networking/s3cmd { };
s3sync = callPackage ../tools/networking/s3sync { }; s3sync = callPackage ../tools/networking/s3sync {
ruby = ruby18;
};
sablotron = callPackage ../tools/text/xml/sablotron { }; sablotron = callPackage ../tools/text/xml/sablotron { };