~ruther/guix-local

b211a66163afd18b282a787e2841a79fbcdb6877 — Alex Kost 11 years ago 89caec6
packages: Remove dead code.

* gnu/packages.scm (_): Remove.
  Remove an extra space.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages.scm
M gnu/packages.scm => gnu/packages.scm +1 -3
@@ 50,8 50,6 @@
;;;
;;; Code:

(define _ (cut gettext <> "guix"))

;; By default, we store patches and bootstrap binaries alongside Guile
;; modules.  This is so that these extra files can be found without
;; requiring a special setup, such as a specific installation directory


@@ 60,7 58,7 @@

(define %patch-path
  (make-parameter
   (map (cut string-append <>  "/gnu/packages/patches")
   (map (cut string-append <> "/gnu/packages/patches")
        %load-path)))

(define %bootstrap-binaries-path