guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ricardo Wurmus
Subject: 01/01: build-system/r: Accept #:r argument.
Date: Mon, 18 Jun 2018 07:51:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 32eb44240db23b2320a68a3ab17370531945587f
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jun 18 13:50:33 2018 +0200

    build-system/r: Accept #:r argument.
    
    * guix/build-system/r.scm (lower): Add #:r to private-keywords.
---
 guix/build-system/r.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/build-system/r.scm b/guix/build-system/r.scm
index d20f66e..d5f8979 100644
--- a/guix/build-system/r.scm
+++ b/guix/build-system/r.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -74,7 +74,7 @@ release corresponding to NAME and VERSION."
                 #: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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]