gnu: Add qtserialport.
authorEfraim Flashner <efraim@flashner.co.il>
Thu, 9 Jun 2016 20:41:39 +0000 (23:41 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Wed, 15 Jun 2016 08:11:56 +0000 (11:11 +0300)
* gnu/packages/qt.scm (qtserialport): New variable.

gnu/packages/qt.scm

index 8b84730..ba3f511 100644 (file)
@@ -657,6 +657,22 @@ developers using C++ or QML, a CSS & JavaScript like language.")
        ("qtbase" ,qtbase)
        ("wayland" ,wayland)))))
 
+(define-public qtserialport
+  (package (inherit qtsvg)
+    (name "qtserialport")
+    (version "5.6.1")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append "https://download.qt.io/official_releases/qt/"
+                                 (version-major+minor version) "/" version
+                                 "/submodules/" name "-opensource-src-"
+                                 version ".tar.xz"))
+             (sha256
+              (base32
+               "1hp63cgqhps6y1k041lzhcb2b0rcpcmszabnn293q5ilbvla4x0b"))))
+    (native-inputs `(("perl" ,perl)))
+    (inputs `(("qtbase" ,qtbase)))))
+
 (define-public qjson
   (package
     (name "qjson")