;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2013, 2017, 2018 Ludovic Courtès ;;; Copyright © 2014 Eric Bavier ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2020 Marius Bakke ;;; Copyright © 2021 Matthew James Kraai ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; alon
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2015-12-18 14:05:07 +0100
committerRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2016-01-07 17:18:16 +0100
commit6b82f56cf9dc1674333a6f246663dac6195138c3 (patch)
treee10b6ee274fbc291574185409b0fcf93b2eebdae /gnu/packages/bdw-gc.scm
parentb9ff33b50e0114a670c3b7250ed5dc1a90a714ae (diff)
downloadguix-6b82f56cf9dc1674333a6f246663dac6195138c3.tar.gz
guix-6b82f56cf9dc1674333a6f246663dac6195138c3.zip
gnu: Add futile.logger.
* gnu/packages/statistics.scm (r-futile-logger): New variable.
Diffstat (limited to 'gnu/packages/bdw-gc.scm')
0 files changed, 0 insertions, 0 deletions
(("/bin/sh") (string-append bash "/bin/sh"))) #t))) (add-after 'install 'wrap-command (lambda* (#:key outputs #:allow-other-keys) ;; Add zile.scm to the search path. (let* ((out (assoc-ref outputs "out")) (scheme (dirname (car (find-files out "^zile\\.scm$"))))) (wrap-program (string-append out "/bin/zile-on-guile") `("GUILE_LOAD_PATH" ":" prefix (,scheme))) #t))))))) (synopsis "Lightweight clone of the Emacs editor using Guile") (description "GNU Zile is a lightweight clone of the Emacs editor, and Zile-on-Guile is a variant of Zile that can be extended in Guile Scheme. Hitting @kbd{M-C} (or: @kbd{Alt} and @kbd{C}) brings up a Guile REPL from which interactive functions akin to those of Emacs can be invoked."))))