guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch staging updated: gnu: ruby-hydra-minimal: Add missing patch.


From: guix-commits
Subject: branch staging updated: gnu: ruby-hydra-minimal: Add missing patch.
Date: Mon, 08 Aug 2022 12:33:58 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 7a485d43c9 gnu: ruby-hydra-minimal: Add missing patch.
7a485d43c9 is described below

commit 7a485d43c92ea01f7fb64d96d73361a925596abf
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Aug 8 18:33:10 2022 +0200

    gnu: ruby-hydra-minimal: Add missing patch.
    
    This is a followup to bb907402a613494e7fb6f8f04bf8d9d16ff9ee66.
    
    * gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch: New file.
---
 gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch 
b/gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch
new file mode 100644
index 0000000000..7b338ca03e
--- /dev/null
+++ b/gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch
@@ -0,0 +1,11 @@
+Description: Avoid dependency on byebug to reduce package closure
+  significantly, see https://issues.guix.gnu.org/55997
+diff --git a/lib/hydra.rb b/lib/hydra.rb
+index 29fbad2..6b5058a 100644
+--- a/lib/hydra.rb
++++ b/lib/hydra.rb
+@@ -1,4 +1,3 @@
+-require 'byebug' unless ENV['RACK_ENV'] == "production"
+ require 'pp'
+ 
+ module CoreExt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]