aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMartin Becze <mjbecze@riseup.net>2019-09-06 06:35:34 -0400
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-16 12:17:48 +0200
commitad6e168b3f29576d92b00725dedbb38cd5f05e46 (patch)
tree4cebf15eece036b0111af6fcf34e79a65fa06ad7 /HACKING
parenteb2e9ef4d964177cdd161ec30e9ea3c900bec8aa (diff)
downloadguix-ad6e168b3f29576d92b00725dedbb38cd5f05e46.tar.gz
guix-ad6e168b3f29576d92b00725dedbb38cd5f05e46.zip
gnu: evolution: Wrap with required path variables.
Fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36896>. * gnu/packages/gnome.scm (evolution)[arguments]: Add a ‘wrap-program’ phase. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'HACKING')
0 files changed, 0 insertions, 0 deletions
y-count"): New test. Ludovic Courtès 2019-06-27syscalls: Add 'terminal-rows'....* guix/build/syscalls.scm (terminal-dimension): New procedure. (terminal-columns): Rewrite in terms of 'terminal-dimension'. (terminal-rows): New procedure. * tests/syscalls.scm ("terminal-rows"): New test. Ludovic Courtès 2018-07-03syscalls: Define AT_SYMLINK_NOFOLLOW et al....* guix/build/syscalls.scm (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR) (AT_SYMLINK_FOLLOW, AT_NO_AUTOMOUNT, AT_EMPTY_PATH): New variables. * tests/syscalls.scm ("utime with AT_SYMLINK_NOFOLLOW"): New test. Ludovic Courtès 2018-04-08tests: Skip 'pivot-root' test on Ubuntu's 4.4 kernels....Fixes <https://bugs.gnu.org/25476>. Reported by Paul Garlick <pgarlick@tourbillion-technology.com> and Maria Sidorova <hydromasha@gmail.com>. * tests/syscalls.scm ("pivot-root"): Skip on known-bad Ubuntu kernels. Ludovic Courtès