diff --git a/guix/build/syscalls.scm b/guix/build/syscalls.scm
index f910ebd1521bce425a3998da76efe49188dccf8d..7e5245fcc6e9f486588f8394007ff65c012c03ee 100644
--- a/guix/build/syscalls.scm
+++ b/guix/build/syscalls.scm
@@ -295,7 +295,7 @@ (define* (network-interfaces #:optional sock)
 
 (define %interface-line
   ;; Regexp matching an interface line in Linux's /proc/net/dev.
-  (make-regexp "^[[:blank:]]*([[:alnum:]]+): .*$"))
+  (make-regexp "^[[:blank:]]*([[:alnum:]]+):.*$"))
 
 (define (all-network-interfaces)
   "Return all the registered network interfaces, including those that are not