guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8d196a8a72ffb2ded94bdf1ed1aec65c88831221
Author: gemmaro <[email protected]>
AuthorDate: Mon Jun 22 08:57:04 2026 +0900

    gnu: Add ruby-tilt/minimal.
    
    * gnu/packages/ruby-xyz.scm (ruby-tilt/minimal): New variable.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/ruby-xyz.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 6a9ea2487f..65967ff46b 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -7013,6 +7013,13 @@ engines in an attempt to make their usage as generic as 
possible.")
     (home-page "https://github.com/rtomayko/tilt/";)
     (license license:expat)))
 
+(define-public ruby-tilt/minimal
+  (hidden-package
+    (package
+      (inherit ruby-tilt)
+      (arguments (list #:tests? #f))
+      (native-inputs (list))))); clear out for minimal build
+
 (define-public ruby-thread-safe
   (package
     (name "ruby-thread-safe")

Reply via email to