Patch borrowed from nixpkgs. Works around warning message produced by the current version of Moose: "Passing a list of values to enum is deprecated. Enum values should be wrapped in an arrayref." --- Net-Amazon-S3-0.60/lib/Net/Amazon/S3/Client/Object.pm 2015-04-15 16:18:47.226410022 -0500 +++ Net-Amazon-S3-0.60/lib/Net/Amazon/S3/Client/Object.pm 2015-04-15 16:19:25.410408425 -0500 @@ -19,7 +19,7 @@ [ qw(private public-read public-read-write authenticated-read) ]; enum 'StorageClass' => - qw(standard reduced_redundancy); + [ qw(standard reduced_redundancy) ]; has 'client' => ( is => 'ro', isa => 'Net::Amazon::S3::Client', required => 1 ); s.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer
AgeCommit message (Expand)Author
2024-04-18system: Remove nss-certs from OS templates, adjust doc....Maxim Cournoyer
2024-04-03Switch order of the default substitute servers....Christopher Baines
2023-07-06installer: Restore LatGrkCyr-8x16 console font depending on language....Denys Nykula
2023-04-30installer: Filter out C.UTF-8 from the list of locales....Josselin Poiret
2022-12-18installer: final: Delete SQLite WAL and shm files upon completion....Ludovic Courtès
2022-12-18installer: final: Stop guix-daemon before accessing store database....Ludovic Courtès
2022-12-10installer: Detect mapped installation devices....Mathieu Othacehe
2022-12-09installer: Print progress bars and such as soon as \r is read....Ludovic Courtès
2022-11-20installer: Add comment above the 'packages' field....Ludovic Courtès
2022-11-15installer: Report known-unsupported PCI devices....Ludovic Courtès
2022-11-15installer: Error page width is parameterized....Ludovic Courtès
2022-11-15installer: Warn about hardware support after the welcome page....Ludovic Courtès
2022-11-09installer: Remove unused variable....Ludovic Courtès
2022-11-02installer: Skip the backtrace page on user abort....Mathieu Othacehe
2022-11-02installer: Add core dump support....Mathieu Othacehe
2022-10-31installer: parted: Retry failing read-partition-uuid call....Mathieu Othacehe