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 oc-best-test.patch?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-matplotlib-fix-legend-loc-best-test.patch
AgeCommit message (Expand)Author
2024-08-31gnu: python-matplotlib: Fix flaky Legend loc test....* gnu/packages/patches/python-matplotlib-fix-legend-loc-best-test.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-matplotlib): Use it. Change-Id: I0b488844d7b34a718b7294134b8c954492c9b697 Josselin Poiret