aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-10-31 23:29:39 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-10-31 23:29:39 +0100
commitc8140c72306d071b822c3148105912ce760a7c74 (patch)
treea2297b6985e9e57e8e4eb87170c54eed99693136 /AUTHORS
parent08d60c8691f1ce2291c557022257170881567d76 (diff)
downloadguix-c8140c72306d071b822c3148105912ce760a7c74.tar.gz
guix-c8140c72306d071b822c3148105912ce760a7c74.zip
gnu: mame: Update to 0.249.
* gnu/packages/emulators.scm (mame): Update to 0.249.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions
re/gc.cc?id=d445c30ea6f9693454ca96bae9089ba8738a6f78'>daemon: Handle EXDEV when moving to trash directory....Fixes <https://bugs.gnu.org/41607>. Reported by Stephen Scheck <singularsyntax@gmail.com>. * nix/libstore/gc.cc (LocalStore::deletePathRecursive): When we try to move a dead directory into the trashDir using rename(2) but it returns an EXDEV error, just delete the directory instead. This can happen in a Docker container when the directory is not on the "top layer". Chris Marusich