aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-02-11 12:21:38 +0000
committerChristopher Baines <mail@cbaines.net>2019-04-28 19:42:23 +0100
commitb3d2d17561ed4aabb9a30a182d909188c1acd125 (patch)
tree2d098718eaf32bb54e1a6270194056375736e38b
parentcfd2ae2f1ae40c3efd374184641e29324730f4f4 (diff)
downloadguix-b3d2d17561ed4aabb9a30a182d909188c1acd125.tar
guix-b3d2d17561ed4aabb9a30a182d909188c1acd125.tar.gz
gnu: Remove ruby-childproces-0.6.
This is unused, at least within Guix. * gnu/packages/ruby.scm (ruby-childprocess): Remove this variable. (ruby-childprocess-0.6): Rename to ruby-childprocess.
-rw-r--r--gnu/packages/ruby.scm15
1 files changed, 1 insertions, 14 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 1a1ba6b5a6..4f107552fe 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7689,7 +7689,7 @@ in standard Ruby syntax.")
(home-page "https://github.com/ruby/rake")
(license license:expat)))
-(define-public ruby-childprocess-0.6
+(define-public ruby-childprocess
(package
(name "ruby-childprocess")
(version "0.6.3")
@@ -7714,19 +7714,6 @@ programs running in the background, in Ruby.")
(home-page "http://github.com/enkessler/childprocess")
(license license:expat)))
-(define-public ruby-childprocess
- (package
- (inherit ruby-childprocess-0.6)
- (name "ruby-childprocess")
- (version "0.9.0")
- (source
- (origin
- (method url-fetch)
- (uri (rubygems-uri "childprocess" version))
- (sha256
- (base32
- "0a61922kmvcxyj5l70fycapr87gz1dzzlkfpq85rfqk5vdh3d28p"))))))
-
(define-public ruby-public-suffix
(package
(name "ruby-public-suffix")