diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2023-08-06 17:57:24 +0200 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2024-02-24 16:44:02 +0100 |
| commit | 53761a7602cd545396fd2d6035458742668998c4 (patch) | |
| tree | 5ec8f196d884020ffcda17bb999243c656569bf6 /gnu/packages | |
| parent | 9a6e232de0e4af3432fc74b6cdf5b1115fabb5ba (diff) | |
gnu: Add ruby-libvirt.
* gnu/packages/ruby.scm (ruby-libvirt): New variable.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/ruby.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index de79813bfb2..3b5554bee54 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -80,6 +80,7 @@ | |||
| 80 | #:use-module (gnu packages networking) | 80 | #:use-module (gnu packages networking) |
| 81 | #:use-module (gnu packages node) | 81 | #:use-module (gnu packages node) |
| 82 | #:use-module (gnu packages perl) | 82 | #:use-module (gnu packages perl) |
| 83 | #:use-module (gnu packages pkg-config) | ||
| 83 | #:use-module (gnu packages protobuf) | 84 | #:use-module (gnu packages protobuf) |
| 84 | #:use-module (gnu packages python) | 85 | #:use-module (gnu packages python) |
| 85 | #:use-module (gnu packages python-xyz) | 86 | #:use-module (gnu packages python-xyz) |
| @@ -9673,6 +9674,28 @@ and delete boxes, versions, and providers on HashiCorp's Vagrant Cloud.") | |||
| 9673 | (home-page "https://github.com/hashicorp/vagrant_cloud") | 9674 | (home-page "https://github.com/hashicorp/vagrant_cloud") |
| 9674 | (license license:asl2.0))) | 9675 | (license license:asl2.0))) |
| 9675 | 9676 | ||
| 9677 | (define-public ruby-libvirt | ||
| 9678 | (package | ||
| 9679 | (name "ruby-libvirt") | ||
| 9680 | (version "0.8.2") | ||
| 9681 | (source (origin | ||
| 9682 | (method url-fetch) | ||
| 9683 | (uri (rubygems-uri "ruby-libvirt" version)) | ||
| 9684 | (sha256 | ||
| 9685 | (base32 | ||
| 9686 | "0v6vj5vs9v01zr00bflqpfczhwcyc6jdf8k2dqn42lq6d87si77d")))) | ||
| 9687 | (build-system ruby-build-system) | ||
| 9688 | (arguments | ||
| 9689 | (list | ||
| 9690 | #:tests? #f)) ; tests require access to libvirt socket | ||
| 9691 | (native-inputs (list pkg-config)) | ||
| 9692 | (inputs (list libvirt)) | ||
| 9693 | (synopsis "Ruby bindings for libvirt") | ||
| 9694 | (description "This package provides Ruby language binding for libvirt's | ||
| 9695 | native C API.") | ||
| 9696 | (home-page "https://ruby.libvirt.org/") | ||
| 9697 | (license license:lgpl2.1+))) | ||
| 9698 | |||
| 9676 | (define-public ruby-pry-byebug | 9699 | (define-public ruby-pry-byebug |
| 9677 | (package | 9700 | (package |
| 9678 | (name "ruby-pry-byebug") | 9701 | (name "ruby-pry-byebug") |
