diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-03-19 21:41:22 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-03-20 20:56:49 +0100 |
commit | 94e24d8124f70c5acd8c6739e34bf49193a94f0f (patch) | |
tree | 992a87064bc340e62a69e2f4acdc2b998808277c /gnu/packages/astronomy.scm | |
parent | 0b5d078f8ba7953a51343fde087e157fbc4a0308 (diff) | |
download | guix-94e24d8124f70c5acd8c6739e34bf49193a94f0f.tar guix-94e24d8124f70c5acd8c6739e34bf49193a94f0f.tar.gz |
gnu: Add comments on why setting QT_QPA_PLATFORM for tests.
* gnu/packages/astronomy.scm (stellarium): Add comment.
* gnu/packages/display-managers.scm (greenisland): dito.
* gnu/packages/kde-frameworks.scm (kguiaddons, kwidgetsaddons,
kcompletion, baloo, kbookmarks, kconfigwidgtes, kdesignerplugin,
kemoticons, kglobalaccel, kiconthemes, kio, knewstuff, kparts,
kpeople, krunner, kservice, ktexteditor, ktextwidgets, kxmlgui,
plasma-framework): dito.
* gnu/packages/qt.scm (qtsvg): dito.
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2695530fee..9f5e4aeb78 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -143,6 +143,7 @@ programs for the manipulation and analysis of astronomical data.") #:phases (modify-phases %standard-phases (add-before 'check 'set-offscreen-display (lambda _ + ;; make Qt render "offscreen", required for tests (setenv "QT_QPA_PLATFORM" "offscreen") (setenv "HOME" "/tmp") #t))))) |