guix: scons: Fix module reference.

* guix/build-system/scons.scm (default-scons): Find "scons" package in
(gnu packages python-xyz) instead of (gnu packages python).
master
Ricardo Wurmus 2019-01-15 18:15:07 +01:00
parent 4fec042b54
commit b96909c5c1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
(define (default-scons)
"Return the default SCons package."
;; Lazily resolve the binding to avoid a circular dependency.
(let ((python (resolve-interface '(gnu packages python))))
(let ((python (resolve-interface '(gnu packages python-xyz))))
(module-ref python 'scons)))
(define* (lower name