Hi,
Toggle quote (3 lines)
> Ah, so it's the other way round. So move mesa, glu, glut and gtk+-2 to> inputs.
Short and accurate. Thanks
Here it goes:
From 9e6f5503fd8837bcbb03eed3a05d6105b1752fc3 Mon Sep 17 00:00:00 2001
* gnu/packages/engineering.scm (openctm): Move mesa, glu, glut and gtk+-2 to inputs--- gnu/packages/engineering.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Toggle diff (19 lines)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scmindex aec692174a..aab414bf0e 100644--- a/gnu/packages/engineering.scm+++ b/gnu/packages/engineering.scm@@ -2557,11 +2557,12 @@ official SDK.") (base32 "01wb70m48xh5gwhv60a5brv4sxl0i0rh038w32cgnlxn5x86s9f1")))) (build-system gnu-build-system) (native-inputs+ `(("pkg-config" ,pkg-config)))+ (inputs `(("mesa" ,mesa) ("glu" ,glu) ("glut" ,freeglut)- ("gtk" ,gtk+-2)- ("pkg-config" ,pkg-config)))+ ("gtk" ,gtk+-2))) (arguments `(#:tests? #f ;no tests #:phases--2.26.1