diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-02-16 01:34:23 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:40:00 +0200 |
| commit | e9489bf973a8188fb925e912dbd8aa9d73a07005 (patch) | |
| tree | 35a48746174a24c38999c186c0d43dc0835a0a25 /gnu/packages/ruby.scm | |
| parent | bf1b71d7a818f3ccefc3be4bf9d1e9b5ff9fae8b (diff) | |
gnu: Add ruby-standard-custom.
* gnu/packages/ruby.scm (ruby-standard-custom): New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 7143db3b818..de33e5f194f 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -2329,6 +2329,26 @@ Batch and flush behavior. | |||
| 2329 | (home-page "https://github.com/jordansissel/ruby-stud") | 2329 | (home-page "https://github.com/jordansissel/ruby-stud") |
| 2330 | (license license:asl2.0))) | 2330 | (license license:asl2.0))) |
| 2331 | 2331 | ||
| 2332 | (define-public ruby-standard-custom | ||
| 2333 | (package | ||
| 2334 | (name "ruby-standard-custom") | ||
| 2335 | (version "1.0.2") | ||
| 2336 | (source | ||
| 2337 | (origin | ||
| 2338 | (method url-fetch) | ||
| 2339 | (uri (rubygems-uri "standard-custom" version)) | ||
| 2340 | (sha256 | ||
| 2341 | (base32 "0av55ai0nv23z5mhrwj1clmxpgyngk7vk6rh58d4y1ws2y2dqjj2")))) | ||
| 2342 | (build-system ruby-build-system) | ||
| 2343 | (arguments '(#:tests? #f)) ;Circular dependency on ruby-standard. | ||
| 2344 | (propagated-inputs (list ruby-lint-roller ruby-rubocop)) | ||
| 2345 | (synopsis "Plugin of custom cops for Standard Ruby") | ||
| 2346 | (description | ||
| 2347 | "This package provides a implementations of custom cops that are bundled | ||
| 2348 | as defaults in Standard Ruby.") | ||
| 2349 | (home-page "https://github.com/standardrb/standard-custom") | ||
| 2350 | (license license:expat))) | ||
| 2351 | |||
| 2332 | (define-public ruby-standard | 2352 | (define-public ruby-standard |
| 2333 | (package | 2353 | (package |
| 2334 | (name "ruby-standard") | 2354 | (name "ruby-standard") |
