guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: tests: Use the right identifier in tests/elpa.scm.


From: Ludovic Courtès
Subject: 02/02: tests: Use the right identifier in tests/elpa.scm.
Date: Wed, 08 Jul 2015 13:31:32 +0000

civodul pushed a commit to branch master
in repository guix.

commit 80ea7526dbe5cfea39597fe440d65f53e083eb6f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 8 15:30:49 2015 +0200

    tests: Use the right identifier in tests/elpa.scm.
    
    * tests/elpa.scm: Change 'nil->empty' to 'ensure-list' in the whole file.
---
 tests/elpa.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/elpa.scm b/tests/elpa.scm
index 5d2914b..e8adde3 100644
--- a/tests/elpa.scm
+++ b/tests/elpa.scm
@@ -53,8 +53,8 @@ information about package NAME. (Function 
'elpa-package-info'.)"
 (define package-source-url
   (@@ (guix import elpa) package-source-url))
 
-(define nil->empty
-  (@@ (guix import elpa) nil->empty))
+(define ensure-list
+  (@@ (guix import elpa) ensure-list))
 
 (define package-home-page
   (@@ (guix import elpa) package-home-page))
@@ -76,7 +76,7 @@ information about package NAME. (Function 
'elpa-package-info'.)"
                   (ver (elpa-version->string version))
                   (url (package-source-url kind name ver repo)))
              (make-elpa-package name ver
-                                (nil->empty reqs) synopsis kind
+                                (ensure-list reqs) synopsis kind
                                 (package-home-page (first rest))
                                 auctex-readme-mock
                                 url)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]