diff --git a/nongnu/packages/qt.scm b/nongnu/packages/qt.scm index 825916c..b51025d 100644 --- a/nongnu/packages/qt.scm +++ b/nongnu/packages/qt.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019 Pierre Neidhardt +;;; Copyright © 2019 Michael Rosset ;;; ;;; This file is not part of GNU Guix. ;;; @@ -72,8 +73,7 @@ "1zmqsdais85cdfh2jh8h4a5jcamp1mzdk3vgqm6xnldqf6nrxd2v")))) (build-system gnu-build-system) (native-inputs - `( - ("bison" ,bison) + `(("bison" ,bison) ("flex" ,flex) ("gperf" ,gperf) ("ninja" ,ninja) @@ -83,8 +83,7 @@ ("ruby" ,ruby) )) (inputs - `( - ("alsa-lib" ,alsa-lib) + `(("alsa-lib" ,alsa-lib) ("atk" ,atk) ("cups-minimal" ,cups-minimal) ("dbus" ,dbus) @@ -129,8 +128,7 @@ ("re2" ,re2) ("snappy" ,snappy) ("udev" ,eudev) - ("xcb-util" ,xcb-util) - )) + ("xcb-util" ,xcb-util))) (arguments `(#:phases (modify-phases %standard-phases @@ -195,10 +193,9 @@ HostData=lib/qt5 (in.conf (string-append tmpdir "/qt.conf")) (out.conf (string-append out "/lib/qt5/libexec/qt.conf"))) (copy-file in.conf out.conf)) - #t)) - ))) + #t))))) (home-page "https://www.qt.io") - (synopsis "Qt5WebEngine") + (synopsis "Qt WebEngine Module") (description "Qt5WebEngine provides support for web applications using the Chromium browser project.") (license