From 57c233b37b53a551ce359fed5542dc1ed2b5e75d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 24 Oct 2021 21:34:26 +0000 Subject: gnu: jellyfish: Remove Ruby bindings. These bindings no longer build and we have no package that would need them. * gnu/packages/bioinformatics.scm (jellyfish)[outputs]: Remove "ruby" output. [arguments]: Remove option for building Ruby bindings. [native-inputs]: Remove ruby. --- gnu/packages/bioinformatics.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fc8b936d2a..f559d9cef7 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4712,13 +4712,10 @@ experiments and provide highly stable thresholds based on reproducibility.") "0npa62wzasdibas5zp3n8j3armsci4kyvh0jw7jr0am4gg7vg5g1")))) (build-system gnu-build-system) (outputs '("out" ;for library - "ruby" ;for Ruby bindings "python")) ;for Python bindings (arguments `(#:configure-flags (list "--without-sse" ; configure script probes for CPU features when SSE is enabled. - (string-append "--enable-ruby-binding=" - (assoc-ref %outputs "ruby")) (string-append "--enable-python-binding=" (assoc-ref %outputs "python"))) #:phases @@ -4731,7 +4728,6 @@ experiments and provide highly stable thresholds based on reproducibility.") (native-inputs `(("bc" ,bc) ("time" ,time) - ("ruby" ,ruby) ("python" ,python-wrapper) ("pkg-config" ,pkg-config))) (inputs -- cgit v1.2.3