guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

69/104: gnu: openctm: Correct inputs vs native-inputs


From: guix-commits
Subject: 69/104: gnu: openctm: Correct inputs vs native-inputs
Date: Sun, 17 May 2020 11:36:44 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit 58b085219954537badfc4d5330df9c7e9b578db7
Author: Ekaitz Zarraga <address@hidden>
AuthorDate: Sat May 16 10:24:47 2020 +0000

    gnu: openctm: Correct inputs vs native-inputs
    
    * gnu/packages/engineering.scm (openctm): Move mesa, glu, glut and
    gtk+-2 to inputs
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/engineering.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index aec6921..aab414b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]