packages: Remove dead code.
authorAlex Kost <alezost@gmail.com>
Sun, 17 Aug 2014 17:49:16 +0000 (21:49 +0400)
committerLudovic Courtès <ludo@gnu.org>
Tue, 19 Aug 2014 21:07:48 +0000 (23:07 +0200)
* gnu/packages.scm (_): Remove.
  Remove an extra space.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages.scm

index 77d9d3e..83093a4 100644 (file)
@@ -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