~ruther/guix-local

856eeedc — Simon South 2 years ago
gnu: libftdi: Build Python bindings.

* gnu/packages/libftdi.scm (libftdi)[outputs]: Add "python".
[arguments]<#:phases>: Add with "install-python-binding" phase.
[native-inputs]: Add python, swig.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fce3d00c — Simon South 2 years ago
gnu: libftdi: Build C++ bindings.

Enabling the C++ bindings allows the test suite to be run, although this fails
without access to the host's USB interface.

* gnu/packages/libftdi.scm (libftdi)[arguments]: Add #:test-target, #:tests?.
(inputs): Add boost.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d92c71f1 — Simon South 2 years ago
gnu: libftdi: Build ftdi_eeprom.

* gnu/packages/libftdi.scm (libftdi)[arguments]<#:configure-flags>: Add
"-DCMAKE_INSTALL_DOCDIR".
[native-inputs]: Add with pkg-config.
[inputs]: Add with libconfuse.
[license]: Add GPL version 2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ea67b857 — Simon South 2 years ago
gnu: libftdi: Install libraries to /lib instead of /lib64.

* gnu/packages/libftdi.scm (libftdi)[arguments]<#:configure-flags>: Add
"-DLIB_SUFFIX".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
dcef5c71 — Simon South 2 years ago
gnu: libftdi: Do not build example programs.

* gnu/packages/libftdi.scm (libftdi)[arguments]: Add with "-DEXAMPLES"
configure flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ea2376a4 — Simon South 2 years ago
gnu: libftdi: Use HTTPS for package source.

* gnu/packages/libftdi.scm (libftdi)[source]: Use HTTPS.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9620b9d2 — Simon South 2 years ago
gnu: libftdi: Update package style.

* gnu/packages/libftdi.scm: Re-order #:use-module statements.
(libftdi): Wrap long lines; reformat gently.
[license]: Use "license:" prefix.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c057507a — Andy Tai 2 years ago
gnu: icewm: Update to 3.4.1

* gnu/packages/wm.scm (icewm): Update to 3.4.1

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f59a1dc9 — Hendursaga 2 years ago
gnu: armagetronad: Update to 0.2.9.1.1.

* gnu/packages/games.scm (armagetronad): Update to 0.2.9.1.1.
[inputs]: Add sdl-mixer to fix game audio.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a5d207f0 — Zheng Junjie 2 years ago
gnu: kwin: Unwrap executable name for desktop file search.

see https://github.com/NixOS/nixpkgs/pull/116549

* gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde-plasma.scm (kwin)[origin]: Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0a6ad454 — Artyom V. Poptsov 3 years ago
gnu: nanosvg: Add a patch for PrusaSlicer 2.6.

* gnu/packages/graphics.scm (nanosvg): Add a patch that is required to build
  PrusaSlicer 2.6.
* gnu/packages/patches/nanosvg-prusa-slicer.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
50725212 — Sughosha 3 years ago
gnu: dpf-plugins: Update to 1.7.

Message-Id: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughosha@proton.me>
From: Sughosha <sughosha@proton.me>
Date: Fri, 16 Jun 2023 16:22:57 +0200
Subject: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7.

* gnu/packages/music.scm (dpf-plugins): Update to 1.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c0bfa126 — Zheng Junjie 2 years ago
gnu: uncrustify: use new style and gexp.

* gnu/packages/code.scm (uncrustify): use new style and gexp.
[native-inputs]: remove label.
[arguments]: use gexp and remove tail #t.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ca5fae4f — Zheng Junjie 2 years ago
gnu: uncrustify: Update to 0.77.1.

* gnu/packages/code.scm (uncrustify): Update to 0.77.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
258729b9 — Zheng Junjie 2 years ago
gnu: makefile2graph: fix cross-compile.

* gnu/packages/code.scm (makefile2graph): fix cross-compile.
[arguments]: Use gexp and CC-FOR-TARGET.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
55da0930 — Lars Bilke 2 years ago
gnu: openmpi: Enable PMIx.

* gnu/packages/mpi.scm (openmpi)[arguments]: Pass “--with-pmix=internal”.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6d12c162 — Ludovic Courtès 2 years ago
doc: Make “crash course” xref more visible.

* doc/guix.texi (Using the Configuration System): Move the “Do not
panic” note right after the first example.  Clarify wording.
62e13870 — Zheng Junjie 2 years ago
gnu: npiet: Use gexps.

* gnu/packages/piet.scm (npiet): Use Gexp.
[arguments]: Use Gexp and remove tail #t.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
40a76a77 — Zheng Junjie 2 years ago
gnu: npiet: Fix cross-compilation.

* gnu/packages/piet.scm (npiet)[arguments]<#:phases>: Use
SEARCH-INPUT-FILE replace WHICH.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9aeb9e7c — Skyler 2 years ago
gnu: rottlog: Add gawk as an input.

This avoids an issue where rottlog will delete the entire /tmp directory
if gawk is not installed.  See <https://issues.guix.gnu.org/65793>.

* gnu/packages/admin.scm (rottlog): Add gawk input, also update the
patch-paths build phase for awk invocations.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next