~ruther/guix-local

d6feaf6e8ffbc34f05bdff0672485416997984ec — David Craven 9 years ago 0b75986
gnu: kernel-config: Remove redundant file-exists? check.

* gnu/packages/linux.scm (kernel-config): Remove redundant file-exists?
  check.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +1 -1
@@ 184,7 184,7 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration."
                              (if variant (string-append variant "-") "")
                              arch ".conf"))
         (file (string-append "gnu/packages/" name)))
    (if file-exists? (search-path %load-path file) #f)))
    (search-path %load-path file)))

(define %default-extra-linux-options
  `(("CONFIG_NET_9P" . m)