s3sync: Require Ruby 1.8
This commit is contained in:
parent
da4c64026a
commit
812c182be5
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue