Add patch to fix GET Bucket requests to fake-s3
See https://github.com/jubos/fake-s3/pull/37 Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
@@ -117,4 +117,11 @@ in
|
||||
};
|
||||
|
||||
pry = { gemFlags = "--no-ri --no-rdoc"; };
|
||||
|
||||
fakes3 = {
|
||||
postInstall = ''
|
||||
cd $out/${ruby.gemPath}/gems/*
|
||||
patch -Np1 -i ${../../ruby-modules/fake-s3-list-bucket.patch}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user