diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-07 09:39:23 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-07 14:24:52 +0200 |
commit | e0c1124a48d0f67ba015277fadc5bf4a3788dd38 (patch) | |
tree | 729c6b2e5b132e186642952785be2034229c96ca | |
parent | 7f037dfcdcdc22bcaffddf56fcfbdf002b71cd7c (diff) |
guix: platform: Use #false instead of #f.
* guix/platform.scm (<platform>): Adapt it.
-rw-r--r-- | guix/platform.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |