guix-commits
[Top][All Lists]
Advanced

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

01/05: guix: platform: Use #false instead of #f.


From: guix-commits
Subject: 01/05: guix: platform: Use #false instead of #f.
Date: Wed, 7 Sep 2022 08:25:28 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit e0c1124a48d0f67ba015277fadc5bf4a3788dd38
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Sep 7 09:39:23 2022 +0200

    guix: platform: Use #false instead of #f.
    
    * guix/platform.scm (<platform>): Adapt it.
---
 guix/platform.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/platform.scm b/guix/platform.scm
index 19d4527e29..f873913fe0 100644
--- a/guix/platform.scm
+++ b/guix/platform.scm
@@ -67,7 +67,7 @@
   (target               platform-target)
   (system               platform-system)
   (linux-architecture   platform-linux-architecture
-                        (default #f))
+                        (default #false))
   (glibc-dynamic-linker platform-glibc-dynamic-linker))
 
 



reply via email to

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