~ruther/guix-local

ref: 28d63cb66b42e14f964d33f866c3a4eb1a3de24d guix-local/gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch -rw-r--r-- 335 bytes
28d63cb6 — Cayetano Santos po: Add 'gnu/packages/oneapi.scm'. 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
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