aboutsummaryrefslogtreecommitdiff
path: root/tests/debug-link.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-02-08 12:14:11 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-02-08 12:14:11 +0200
commit71438cd4222a02b1f89152437c1ea20499baa6a2 (patch)
tree89f41df786a96ddf7cddfe9eb943b49005c20225 /tests/debug-link.scm
parent8b8fdeafc225b72f8a95604b83e7d1984e3a5218 (diff)
downloadguix-71438cd4222a02b1f89152437c1ea20499baa6a2.tar.gz
guix-71438cd4222a02b1f89152437c1ea20499baa6a2.zip
gnu: enlightenment: Patch dlopen of ddcutil.
* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Add ddcutil. [arguments]: Adjust custom 'set-system-actions phase to patch dlopen of libddcutil.
Diffstat (limited to 'tests/debug-link.scm')
0 files changed, 0 insertions, 0 deletions
?id=546a709f202024c8a5173ad372a87ddc1c284c63'>daemon: Don't reply on 'st_blocks'....Ported by Ludovic Courtès <ludo@gnu.org> from <https://github.com/NixOS/nix/commit/a2c4fcd5e9782dc8d2998773380c7171ee53b813>. * nix/libstore/gc.cc (LocalStore::removeUnusedLinks): Use 'st.st_size' instead of 'st.st_blocks * 512'. * nix/libutil/util.cc (_deletePath): Likewise. Eelco Dolstra 2017-08-18nix: Remove unused function....* nix/libutil/util.hh: * nix/libutil/util.cc (decodeOctalEscaped): Remove unused and buggy function. Andy Wingo