diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2023-08-06 17:54:37 +0200 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2024-02-24 16:44:02 +0100 |
| commit | f861793141d04ba737438330a239165991712c03 (patch) | |
| tree | 366afd4acdccbe8cf1d05727183a5bc25a4628c4 /gnu/packages/ruby.scm | |
| parent | ec9c9bd6e6353c222559de1f8a82d438fe903038 (diff) | |
gnu: Add ruby-fog-libvirt.
* gnu/packages/ruby.scm (ruby-fog-libvirt): New variable.
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index dc249c08166..e6d51b94e25 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -90,6 +90,7 @@ | |||
| 90 | #:use-module (gnu packages tls) | 90 | #:use-module (gnu packages tls) |
| 91 | #:use-module (gnu packages valgrind) | 91 | #:use-module (gnu packages valgrind) |
| 92 | #:use-module (gnu packages version-control) | 92 | #:use-module (gnu packages version-control) |
| 93 | #:use-module (gnu packages virtualization) | ||
| 93 | #:use-module (gnu packages web-browsers) | 94 | #:use-module (gnu packages web-browsers) |
| 94 | #:use-module (gnu packages serialization) | 95 | #:use-module (gnu packages serialization) |
| 95 | #:use-module (guix packages) | 96 | #:use-module (guix packages) |
| @@ -9784,6 +9785,32 @@ services library.") | |||
| 9784 | (home-page "https://github.com/fog/fog-xml") | 9785 | (home-page "https://github.com/fog/fog-xml") |
| 9785 | (license license:expat))) | 9786 | (license license:expat))) |
| 9786 | 9787 | ||
| 9788 | (define-public ruby-fog-libvirt | ||
| 9789 | (package | ||
| 9790 | (name "ruby-fog-libvirt") | ||
| 9791 | (version "0.12.0") | ||
| 9792 | (source (origin | ||
| 9793 | (method git-fetch) ; for tests | ||
| 9794 | (uri (git-reference | ||
| 9795 | (url "https://github.com/fog/fog-libvirt") | ||
| 9796 | (commit (string-append "v" version)))) | ||
| 9797 | (file-name (git-file-name name version)) | ||
| 9798 | (sha256 | ||
| 9799 | (base32 | ||
| 9800 | "0b1qafb0l24anmr8fviwhp9vj14g0fic0mkg9n1i11h68zhqkj2v")))) | ||
| 9801 | (build-system ruby-build-system) | ||
| 9802 | (native-inputs (list ruby-minitest-stub-const ruby-mocha ruby-net-ssh | ||
| 9803 | ruby-netrc ruby-octokit ruby-pry ruby-rubocop | ||
| 9804 | ruby-shindo ruby-simplecov ruby-yard )) | ||
| 9805 | (propagated-inputs (list ruby-fog-core ruby-fog-json ruby-fog-xml | ||
| 9806 | ruby-json ruby-libvirt)) | ||
| 9807 | (synopsis "Ruby libvirt provider, either standalone or as a module for | ||
| 9808 | @code{fog}") | ||
| 9809 | (description "This library can be used as a module for @code{fog} or as | ||
| 9810 | standalone libvirt provider. @code{fog} is a Ruby cloud services library.") | ||
| 9811 | (home-page "https://github.com/fog/fog-libvirt") | ||
| 9812 | (license license:expat))) | ||
| 9813 | |||
| 9787 | (define-public ruby-pry-byebug | 9814 | (define-public ruby-pry-byebug |
| 9788 | (package | 9815 | (package |
| 9789 | (name "ruby-pry-byebug") | 9816 | (name "ruby-pry-byebug") |
