aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/scons-test-environment.patch
diff options
context:
space:
mode:
authorgemmaro <gemmaro.dev@gmail.com>2023-08-07 23:05:41 +0900
committerLudovic Courtès <ludo@gnu.org>2023-08-15 00:33:51 +0200
commit820bf78cbc487d28457acc6cb790f4cbd7cc49b9 (patch)
treefe3c7a811d0b1952484d30fead81ec9540c9e744 /gnu/packages/patches/scons-test-environment.patch
parent5d14e1c0b05b0b559171f513701108e17e72f523 (diff)
downloadguix-820bf78cbc487d28457acc6cb790f4cbd7cc49b9.tar.gz
guix-820bf78cbc487d28457acc6cb790f4cbd7cc49b9.zip
gnu: highlight: Add "gui" output.
* gnu/packages/pretty-print.scm (highlight): Add gui output. [source]: Add patch for GUI data directory. [outputs]: Add gui. [arguments]<phases>{fix-search-for-lua}: Fix Lua package name for GUI. {build-gui}: Add phase to build GUI. {install}: Set PREFIX variable. {install-gui}: Add phase to install GUI. [inputs]: Add qtbase-5. * gnu/packages/patches/highlight-gui-data-dir.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/patches/scons-test-environment.patch')
0 files changed, 0 insertions, 0 deletions
>gnu: Deprecate the 'python-pytest-6' variable....* gnu/packages/check.scm (python-pytest-6): Deprecate. * gnu/packages/matrix.scm (python-matrix-nio)[native-inputs]: Change from PYTHON-PYTEST-6 to PYTHON-PYTEST. * gnu/packages/music.scm (beets)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-munkres, python-cons)[native-inputs]: Likewise. Marius Bakke 2022-09-09gnu: python-hypothesis: Update to 6.54.5....* gnu/packages/check.scm (python-hypothesis): Update to 6.54.5. [arguments]: Disable sanity check. [propagated-inputs]: Add PYTHON-EXCEPTIONGROUP. (python-hypothesis-next): Deprecate. * gnu/packages/matrix.scm (python-matrix-nio)[native-inputs]: Change from PYTHON-HYPOTHESIS-NEXT to PYTHON-HYPOTHESIS. * gnu/packages/python-web.scm (python-h2)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-numpy, python-cattrs)[native-inputs]: Likewise. Marius Bakke 2022-06-02gnu: Remove python-atomicwrites-1.4....* gnu/packages/python-xyz.scm (python-atomicwrites-1.4): Remove variable. * gnu/packages/matrix.scm (python-matrix-nio)[propagated-inputs]: Replace python-atomicwrites-1.4 with python-atomicwrites. Ricardo Wurmus 2022-05-12gnu: python-hypothesis-6.23: Update to 6.43.3....* gnu/packages/check.scm (python-hypothesis-6.23): Update to 6.43.3 and rename to... (python-hypothesis-next): ... this. [propagated-inputs]: Add python-pytest. * gnu/packages/matrix.scm (python-matrix-nio): Adjust accordingly. * gnu/packages/python-web.scm (python-h2): Likewise. * gnu/packages/check.scm (python-hypothesis)[home-page]: Update URL. Maxim Cournoyer