mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
s3sync: fix input ruby attribute name
This commit is contained in:
parent
bfa3b28590
commit
1770272775
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user