build-system/r: Accept #:r argument.

* guix/build-system/r.scm (lower): Add #:r to private-keywords.
This commit is contained in:
Ricardo Wurmus 2018-06-18 13:50:33 +02:00
parent d06352d9dc
commit 32eb44240d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
;;;
@ -74,7 +74,7 @@ (define* (lower name
#:rest arguments)
"Return a bag for NAME."
(define private-keywords
'(#:source #:target #:inputs #:native-inputs))
'(#:source #:target #:r #:inputs #:native-inputs))
(and (not target) ;XXX: no cross-compilation
(bag