mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: avogadro2: Add Wayland.
* gnu/packages/chemistry.scm (avogadro2)[inputs]: Add qtwayland-5.
[arguments]<#:phases>{wrap-program}: Add qtwayland-5.
Change-Id: I8d085a782455b6ade8b8d77acd45ee00d9bf4eac
This commit is contained in:
@@ -194,7 +194,8 @@ bioinformatics, materials science, and related areas.")
|
||||
(sha256
|
||||
(base32
|
||||
"1vhjh0gilmm90269isrkvyzwwh1cj3bwcxls394psadw1a89mk14"))))))
|
||||
(inputs (list avogadrolibs hdf5 molequeue openbabel qtbase-5 qtsvg-5))
|
||||
(inputs (list avogadrolibs hdf5 molequeue openbabel qtbase-5 qtsvg-5
|
||||
qtwayland-5))
|
||||
;; TODO: Enable tests with "-DENABLE_TESTING" configure flag.
|
||||
(arguments
|
||||
(list
|
||||
@@ -216,7 +217,8 @@ bioinformatics, materials science, and related areas.")
|
||||
(list
|
||||
"QT_PLUGIN_PATH"
|
||||
'suffix
|
||||
(list (string-append #$qtsvg-5 "/lib/qt5/plugins")))))))))
|
||||
(list (string-append #$qtsvg-5 "/lib/qt5/plugins")
|
||||
(string-append #$qtwayland-5 "/lib/qt5/plugins")))))))))
|
||||
(home-page "https://www.openchemistry.org/projects/avogadro2/")
|
||||
(synopsis "Advanced molecule editor")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user