Age | Commit message (Collapse) | Author |
|
* 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>
|
|
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>
|
|
* 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>
|
|
* gnu/packages/libftdi.scm (libftdi)[arguments]<#:configure-flags>: Add
"-DLIB_SUFFIX".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/libftdi.scm (libftdi)[arguments]: Add with "-DEXAMPLES"
configure flag.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/libftdi.scm (libftdi)[source]: Use HTTPS.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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>
|
|
* gnu/packages/wm.scm (icewm): Update to 3.4.1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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>
|
|
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>
|
|
* 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>
|
|
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>
|
|
* 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>
|
|
* gnu/packages/code.scm (uncrustify): Update to 0.77.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/code.scm (makefile2graph): fix cross-compile.
[arguments]: Use gexp and CC-FOR-TARGET.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/mpi.scm (openmpi)[arguments]: Pass “--with-pmix=internal”.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/piet.scm (npiet): Use Gexp.
[arguments]: Use Gexp and remove tail #t.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/piet.scm (npiet)[arguments]<#:phases>: Use
SEARCH-INPUT-FILE replace WHICH.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
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>
|
|
* gnu/packages/admin.scm (neofetch): Fix cross-compiling.
[arguments]: Use Gexp.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/tor.scm (tor): Update to 0.4.8.5.
* gnu/packages/tor.scm (tor)[arguments]<#:configure-flags>:
Add "--enable-gpl".
* gnu/packages/patches/tor-remove-defensive-assert.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/tor.scm (tor)[source]: Add patch to remove defensive
assert.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
The uraggregate binary was merged into ursrv, so don’t attempt to install it.
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.7.
[arguments]: Build with go-1.20.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/scheme.scm (stklos): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/home/services/desktop.scm (redshift-shepherd-service): Use the redshift
package specified by config.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-web.scm (python-requests_ntlm): Update to 1.2.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/bioinformatics.scm (perl-cworld-dekker)[arguments]: Use
G-expression and avoid references to labeled inputs.
[inputs]: Drop labels.
|
|
* gnu/packages/debian.scm (dpkg): Update to 1.22.0.
[arguments]: Wrap another script in the custom 'wrap-scripts phase.
|
|
* gnu/packages/debian.scm (debootstrap)[arguments]: Adjust custom
'patch-source phase to hardcode the location of the archive keyrings.
|
|
* gnu/packages/debian.scm (debootstrap): Update to 1.0.132.
|
|
* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.22.6.
|
|
* gnu/packages/bioconductor.scm (r-rhdf5lib): Update to 1.22.1.
|
|
* gnu/packages/bioconductor.scm (r-s4arrays): Update to 1.0.6.
|
|
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.8.3.
|
|
* gnu/packages/bioconductor.scm (r-greylistchip): Update to 1.32.1.
|
|
* gnu/packages/bioconductor.scm (r-tcgautils): Update to 1.20.4.
[propagated-inputs]: Add r-biocbaseutils.
|
|
* gnu/packages/bioconductor.scm (r-shinymethyl): Update to 1.36.1.
|
|
* gnu/packages/bioconductor.scm (r-genomicdatacommons): Update to 1.24.3.
[propagated-inputs]: Add r-tidyr.
|
|
* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.36.3.
|
|
* gnu/packages/image.scm (libwebp/fixed): Update to 1.3.2.
|
|
* gnu/packages/statistics.scm (r-reghelper): Update to 1.1.2.
[propagated-inputs]: Add r-rlang.
|
|
* gnu/packages/statistics.scm (r-desctools): Update to 0.99.50.
|
|
* gnu/packages/statistics.scm (r-lmom): Update to 3.0.
|
|
* gnu/packages/statistics.scm (r-deoptimr): Update to 1.1-2.
|
|
* gnu/packages/statistics.scm (r-rematch): Update to 2.0.0.
|
|
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.12.6.4.0.
|
|
* gnu/packages/statistics.scm (r-dplyr): Update to 1.1.3.
|
|
* gnu/packages/statistics.scm (r-knitr): Update to 1.44.
|
|
* gnu/packages/statistics.scm (r-labeling): Update to 0.4.3.
|
|
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-85.
|
|
* gnu/packages/cran.scm (r-ggh4x): Update to 0.2.6.
|