From e7498b3ff9bd650d7e64110b63225a926e6597fd Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 24 May 2021 09:40:23 -0500 Subject: [PATCH 36/37] gnu: qtdatavis3d: New variable. * gnu/packages/qt.scm (qtdatavis3d): New variable. --- gnu/packages/qt.scm | 48 ++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index cf44a55af6..0a978f8467 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1714,30 +1714,30 @@ QGraphicsWidget, or QML types. Users can easily create impressive graphs by selecting one of the charts themes.") (license license:gpl3))) -;;(define-public qtdatavis3d -;; (package (inherit qtsvg) -;; (name "qtdatavis3d") -;; (version "6.1.0") -;; (source (origin -;; (method url-fetch) -;; (uri (qt5-urls name version)) -;; (sha256 -;; (base32 -;; "12rrig0bgrl33gxpvqhgr2fx3gpiv4pfr9cxv3nijfxc55nn93q6")))) -;; (arguments -;; (substitute-keyword-arguments (package-arguments qtsvg) -;; ((#:tests? _ #f) #f))) ; TODO: Enable the tests -;; (inputs -;; `(("libxkbcommon" ,libxkbcommon) -;; ("qtbase" ,qtbase) -;; ("qtdeclarative" ,qtdeclarative))) -;; (synopsis "Qt Data Visualization module") -;; (description "The Qt Data Visualization module provides a way to visualize -;;data in 3D as bar, scatter, and surface graphs. It is especially useful for -;;visualizing depth maps and large quantities of rapidly changing data, such as -;;data received from multiple sensors. The look and feel of graphs can be -;;customized by using themes or by adding custom items and labels to them.") -;; (license license:gpl3))) +(define-public qtdatavis3d + (package (inherit qtsvg) + (name "qtdatavis3d") + (version "6.1.0") + (source (origin + (method url-fetch) + (uri (qt5-urls name version)) + (sha256 + (base32 + "12rrig0bgrl33gxpvqhgr2fx3gpiv4pfr9cxv3nijfxc55nn93q6")))) + (arguments + (substitute-keyword-arguments (package-arguments qtsvg) + ((#:tests? _ #f) #f))) ; TODO: Enable the tests + (inputs + `(("libxkbcommon" ,libxkbcommon) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (synopsis "Qt Data Visualization module") + (description "The Qt Data Visualization module provides a way to visualize +data in 3D as bar, scatter, and surface graphs. It is especially useful for +visualizing depth maps and large quantities of rapidly changing data, such as +data received from multiple sensors. The look and feel of graphs can be +customized by using themes or by adding custom items and labels to them.") + (license license:gpl3))) (define-public qtdatavis3d-5 (package (inherit qtsvg-5) -- 2.31.1