s3sync: Require Ruby 1.8

This commit is contained in:
Eelco Dolstra
2012-07-30 11:18:18 -04:00
parent da4c64026a
commit 812c182be5
+3 -1
View File
@@ -1410,7 +1410,9 @@ let
s3cmd = callPackage ../tools/networking/s3cmd { };
s3sync = callPackage ../tools/networking/s3sync { };
s3sync = callPackage ../tools/networking/s3sync {
ruby = ruby18;
};
sablotron = callPackage ../tools/text/xml/sablotron { };