From 36e30a33e8c67d15ccfae6e4a4289c193f0759ad Mon Sep 17 00:00:00 2001 From: Artyom Bologov Date: Thu, 5 Sep 2024 23:24:28 +0400 Subject: gnu: gsl: Add debug output. * gnu/packages/maths.scm (gsl)[outputs]: Add "debug". --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/maths.scm') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index a0cc0788ca..1d4679db7f 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -725,7 +725,7 @@ precision floating point numbers.") (sha256 (base32 "0jxkxrnpys2j3rh8bzx0bmnh4w6xm28jd57rgxsjp0s863agpc6w")))) - (outputs '("out" "static")) + (outputs '("out" "static" "debug")) (build-system gnu-build-system) (arguments (list ;; FIXME: Setting CFLAGS=-fPIC is not only unnecessary, it's also -- cgit v1.2.3