aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-scikit-optimize-1148.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/python-scikit-optimize-1148.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/python-scikit-optimize-1148.patch')
0 files changed, 0 insertions, 0 deletions
569032b203353a766b1f'>gnu: julia: Also skip tests when cross-compiling....* gnu/packages/julia.scm (julia)[arguments]: Don't run the test suite when cross-compiling. Efraim Flashner 2022-08-28gnu: libunwind-julia: Skip tests....* gnu/packages/julia.scm (libunwind-julia)[arguments]: Skip tests. Efraim Flashner 2022-08-23gnu: julia: Update to 1.6.7....* gnu/packages/julia.scm (julia): Update to 1.6.7. [arguments]: Add custom 'activate-gnu-source-for-loader phase. Adjust custom 'adjust-test-suite, 'disable-broken-tests phases for changes in the code. Remove trailing #t from phases. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Jean-Baptiste Volatier