build-system/asdf: Adopt asdf conventions.
authorAndy Patterson <ajpatter@uwaterloo.ca>
Thu, 30 Aug 2018 05:36:31 +0000 (01:36 -0400)
committerLudovic Courtès <ludo@gnu.org>
Wed, 19 Sep 2018 16:25:28 +0000 (18:25 +0200)
commit5f6908d664c3af6bd1805a769640ba5240602230
treee8fd04f33c76aa0f23d0a0254e825c65e40f2984
parente831a1668b0556068343dce8cecacef2014a96e9
build-system/asdf: Adopt asdf conventions.

The asdf documentation specifies that asdf:load-asd should be preferred to
calling load on a system definition file.

* guix/build/lisp-utils.scm (compile-system): Replace load with asdf:load-asd.
(system-dependencies): Likewise.
(test-system): Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
guix/build/lisp-utils.scm