aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
blob: e521c1580db78c1a2ada2ceb256cf48a3e1d6920 (about) (plain)
blob size (1251KB) exceeds display size limit (100KB).
span>gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2019-07-15gnu: open-zwave: Use the bundled TinyXML....* gnu/packages/zwave.scm (open-zwave)[source](snippet): Remove code to use our own TinyXML. [inputs]: Remove TINYXML. Ludovic Courtès 2019-06-17gnu: open-zwave: Unbundle hidapi....* gnu/packages/patches/open-zwave-hidapi.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/zwave.scm (open-zwave)[source](patches): New field. (snippet): Delete 'cpp/hidapi'. [native-inputs]: Add PKG-CONFIG. [inputs]: Add HIDAPI. Ludovic Courtès 2019-05-20gnu: Add OpenZWave....* gnu/packages/zwave.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès le='2024-01-23 16:04:42 +0200'>2024-01-23gnu: source-highlight: Wrap scripts....* gnu/packages/pretty-print.scm (source-highlight)[arguments]: Add a phase to wrap shell scripts so they can find the source-hightlight binary. [inputs]: Add guile-3.0. Change-Id: Ia8d006d969385210d5c82b4a0dd1f78178306ac2 Efraim Flashner 2023-09-07gnu: fmt-10: Update to 10.1.1....* gnu/packages/pretty-print.scm (fmt-10): Update to 10.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Greg Hogan 2023-09-05gnu: highlight: Update to 4.8....* gnu/packages/pretty-print.scm (highlight): Update to 4.8. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> gemmaro 2023-08-15gnu: highlight: Fix paths for Perl bindings....* gnu/packages/pretty-print.scm (highlight): Fix paths for Perl bindings. [arguments]<phases>: Set hl_data_dir and hl_conf_dir in install-perl-bindings phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> gemmaro 2023-08-15gnu: 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> gemmaro 2023-08-15gnu: highlight: Use new package style....* gnu/packages/pretty-print.scm (highlight) Use new package style. [arguments]: Use G-expression. Drop trailing #t from phases. [source, inputs, native-inputs, description]: Reformat with guix style. Signed-off-by: Ludovic Courtès <ludo@gnu.org> gemmaro 2023-08-15gnu: highlight: Update to 4.7....* gnu/packages/pretty-print.scm (highlight): Update to 4.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org> gemmaro 2023-06-26gnu: a2ps: Update to 4.15.5....* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.5. Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai 2023-06-25gnu: fmt: Update to 10.0.0....* gnu/packages/pretty-print.scm (fmt-10): New variable. (fmt-9): Inherit from fmt-10. (fmt-8): Inherit from fmt-9. (fmt-8.0, fmt-7): Inherit from fmt-8. (fmt-6): Inherit from fmt-7. (fmt): New variable. Liliana Marie Prikler