guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: freecad. Use qt-build-system.


From: guix-commits
Subject: 10/15: gnu: freecad. Use qt-build-system.
Date: Mon, 24 Feb 2020 12:09:57 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 25b9992181a7bb651ef7ada5a42d111104ea8093
Author: John Soo <address@hidden>
AuthorDate: Fri Feb 21 21:15:38 2020 -0800

    gnu: freecad. Use qt-build-system.
    
    * gnu/packages/engineering.scm (freecad)[build-system]: Use qt-build-system.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/engineering.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 5eee90e..33c1221 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -44,6 +44,7 @@
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system python)
+  #:use-module (guix build-system qt)
   #:use-module (gnu packages)
   #:use-module (gnu packages algebra)
   #:use-module (gnu packages autotools)
@@ -2256,7 +2257,7 @@ full programmatic control over your models.")
        (sha256
         (base32
          "170hk1kgrvsddrwykp24wyj0cha78zzmzbf50gn98x7ngqqs395s"))))
-    (build-system cmake-build-system)
+    (build-system qt-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)
        ("graphviz" ,graphviz)



reply via email to

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