14 lines
384 B
Diff
14 lines
384 B
Diff
Description: Avoid dependency on byebug to reduce package closure
|
|
significantly, see https://issues.guix.gnu.org/55997
|
|
diff --git a/lib/tex/hyphen/language.rb b/lib/tex/hyphen/language.rb
|
|
index 12831417..df6daa39 100644
|
|
--- a/lib/tex/hyphen/language.rb
|
|
+++ b/lib/tex/hyphen/language.rb
|
|
@@ -1,6 +1,5 @@
|
|
require 'yaml'
|
|
require 'hydra'
|
|
-require 'byebug'
|
|
|
|
require_relative 'path'
|
|
|