guix-commits
[Top][All Lists]
Advanced

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

01/01: ruby-build-system: Fix build error.


From: Danny Milosavljevic
Subject: 01/01: ruby-build-system: Fix build error.
Date: Mon, 15 Jan 2018 14:55:08 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit b640370d8290ace2507c84e61fe99811effaf7da
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Jan 15 16:56:03 2018 +0100

    ruby-build-system: Fix build error.
    
    * gnu/build/ruby-build-system.scm: Import (ice-9 rdelim).
    
    Follow-up to d9df4bf055f2bef8c2c428db34c5fa056bdeba73.
---
 guix/build/ruby-build-system.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/build/ruby-build-system.scm b/guix/build/ruby-build-system.scm
index d78986d..09ae239 100644
--- a/guix/build/ruby-build-system.scm
+++ b/guix/build/ruby-build-system.scm
@@ -24,6 +24,7 @@
   #:use-module (ice-9 ftw)
   #:use-module (ice-9 match)
   #:use-module (ice-9 popen)
+  #:use-module (ice-9 rdelim)
   #:use-module (ice-9 regex)
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-26)



reply via email to

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