summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
* gnu: linux-libre 4.14: Update to 4.14.332.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.332. (linux-libre-4.14-pristine-source): Update hash. Change-Id: If24c7d599583a042ca224e87b9e54b46954e4c16 Leo Famulari2023-07-231-2/+2
* gnu: linux-libre 4.19: Update to 4.19.301.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.301. (linux-libre-4.19-pristine-source): Update hash. Change-Id: I0c47e3ba6ef708209e4966451e9749945cdc3ea1 Leo Famulari2023-07-231-2/+2
* gnu: linux-libre 5.4: Update to 5.4.263.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.263. (linux-libre-5.4-pristine-source): Update hash. Change-Id: I5a8bb2335e0d3ee2bb40da0a6162de8c5061e1f7 Leo Famulari2023-07-231-2/+2
* gnu: linux-libre 5.10: Update to 5.10.203.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.203. (linux-libre-5.10-pristine-source): Update hash. Change-Id: I9f0337dd86718bc50460d0d3a65b6a91efda0358 Leo Famulari2023-07-231-2/+2
* gnu: linux-libre 5.15: Update to 5.15.142.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.142. (linux-libre-5.15-pristine-source): Update hash. Change-Id: I4a376343b2f06e9db685a61f0033cf70b94fc0c4 Leo Famulari2023-07-231-2/+2
* gnu: linux-libre: Update to 6.6.5.•••* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.5. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I4c3e3923da171ff7edff412dd59f899edbd9ddb0 Leo Famulari2023-07-231-2/+2
* gnu: linux-libre 6.1: Update to 6.1.67.•••This kernel release fixes WiFi regressions introduced in 6.1.66: https://lore.kernel.org/lkml/2023121147-turban-polish-002d@gregkh/T/#t https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.67 * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.67. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Id2ef8f7f5d8c0af19284a3e6cd1283e029b3eb38 Hilton Chain2023-12-111-2/+2
* gnu: Add gcc-cross-x86_64-w64-mingw32-toolchain.•••* gnu/packages/cross-toolchain.scm (gcc-cross-x86_64-w64-mingw32-toolchain): New variable. Change-Id: I94802e5e7cb218d7afb0ee09871125bae5db933c Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-0/+3
* gnu: Add gcc-cross-i686-w64-mingw32-toolchain.•••* gnu/packages/cross-toolchain.scm (gcc-cross-i686-w64-mingw32-toolchain): New variable. Change-Id: I5d6056fc4943acae03aeaafa587f40ced182b1d4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-0/+3
* gnu: lufa: Use AVR target.•••* gnu/packages/avr-xyz.scm (lufa)[arguments]: Add avr as target. [native-inputs]: Remove make-avr-toolchain. Change-Id: I792132a9211b1aa64283f9b4e76a4dd57e86646d Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-1/+2
* gnu: make-qmk-firmware: Use AVR target.•••* gnu/packages/firmware.scm (qmk)[inputs]: Remove AVR toolchain. [arguments]: Adjust phase wrapping output. (make-qmk-firmware/implementation)[arguments]: Add avr as target. Change-Id: Ibe09f6ef3c555052faf2c5c243303d85675866be Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-8/+4
* gnu: make-ergodox-firmware: Use AVR target.•••* gnu/packages/firmware.scm (make-ergodox-firmware/implementation): [arguments]: Add avr as target. [native-inputs]: Remove make-avr-toolchain. Change-Id: I4345a55d5dbd436d524de4886969b3332c6288a9 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-1/+2
* gnu: Add gcc-cross-avr-toolchain.•••* gnu/local.mk (GNU_SYSTEM_MODULES): Add cross-toolchain.scm. * gnu/packages/cross-toolchain.scm (gcc-cross-avr-toolchain): New variable. Change-Id: Ie768d5cc0663dd57753af1d4ac631b3cafbf9e8c Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-0/+36
* gnu: Add cross-gcc-toolchain procedure.•••* gnu/packages/cross-base.scm (cross-gcc-toolchain/implementation, cross-gcc-toolchain): New procedures. Change-Id: I994067eac094d0a50a7399e61bda944eded9187f Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-1/+50
* gnu: cross-gcc: Only C and C++ for AVR.•••* gnu/packages/cross-base.scm (cross-gcc-arguments) <configure-flags> [target-avr?]: Add --enable-languages=c,c++. Change-Id: I1d63bb1b0a3074b9ff8650c5afb93777183c0ea4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-1/+6
* gnu: cross-gcc: Find AVR Libc files.•••* gnu/packages/cross-base.scm (cross-gcc-arguments) <configure-flags>: Add --with-native-system-header-dir for AVR. <make-flags>: Add target prefix to /lib to find AVR library. Change-Id: Ie9cae338da241fe987f53463aa3774a890e2af9a Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-2/+16
* gnu: cross-gcc: Handle AVR inputs.•••* gnu/packages/cross-base.scm (cross-gcc)[native-inputs]: Add case to handle AVR. Change-Id: I1ac38b721ed807302747cecb5fb1f6075694a01a Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-0/+3
* gnu: cross-libc: Add AVR Libc support.•••* gnu/packages/avr.scm (make-avr-libc/implementation)[arguments]: Add avr target parameter and disable implicit cross inputs. [native-inputs]: Rename avr-gcc and avr-binutils to cross-gcc and cross-binutils to keep consistency with gnu-build-system. * gnu/packages/cross-base.scm (cross-libc): Add case for avr. Change-Id: I6b087946d1287a82fac61c48c513e7f2d2184794 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-112-7/+18
* gnu: cross-gcc: Handle target include paths.•••* gnu/packages/cross-base.scm (cross-gcc-search-paths): New procedure. (cross-gcc)[search-paths]: Convert to and use cross-gcc-search-paths procedure. Change-Id: Id306782eaf928d05cd005b9539087ed631506b5b Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-16/+26
* gnu: cross-gcc: Enable multilib for AVR.•••* gnu/build/cross-toolchain.scm (patch-multilib-shebang): New procedure. * gnu/packages/avr.scm (make-avr-gcc): Remove uneeded phases and flags for multilib. * gnu/packages/cross-base (cross-gcc-arguments) <#:configure-flags> [target-avr?]: Remove --disable-multilib and add --enable-multilib. Change-Id: Id68d803057ac898f0a670f10487b08bf0891ab0b Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-112-16/+12
* gnu: make-avr-libc: Fix synopsis.•••* gnu/packages/avr.scm (make-avr-libc/implementation): Drop 'The' from synopsis. Change-Id: Idb6c008d709a988075789a6220af63f4917c2179 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-1/+1
* gnu: microscheme: Move to avr-xyz.•••* gnu/packages/avr.scm (microscheme): Move to ... * gnu/packages/avr-xyz.scm (microscheme): ... here. Change-Id: I1272bfc98b583ab0ab36fcba5a8e19ae018b0b80 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-112-45/+45
* gnu: cross-libc: Return #f if no libc available.•••* gnu/packages/cross-base.scm (cross-libc): Return #f if no libc is available for the given TARGET. Change-Id: I17d19716373dd5704bb70d805437738fd29bd96b Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ2023-12-111-68/+73
* gnu: gerbv: Use a source file-name.•••* gnu/packages/engineering.scm (gerbv)[source]: Add file-name field. Change-Id: Ia0264233a75aa6fc2bd54de23c9510e184cbee31 Efraim Flashner2023-12-111-0/+1
* gnu: Add r-polyester.•••* gnu/packages/bioconductor.scm (r-polyester): New variable. Change-Id: I415089cda3214ec04402fc6f4505fa868414d0e2 Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Mădălin Ionel Patrașcu2023-12-111-0/+28
* gnu: linux-libre 6.1: Update to 6.1.66.•••This release contains fix for an Ext4 data corruption bug introduced in 6.1.64: https://lore.kernel.org/all/20231205122122.dfhhoaswsfscuhc3@quack3/T/#t https://lwn.net/Articles/954285/ Only 6.1.64 and 6.1.65 are affected kernel releases: https://lists.gnu.org/archive/html/guix-devel/2023-12/msg00082.html * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.66. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I788e4e6bd49607bc7301d8dd780ebebd7c213313 Signed-off-by: Hilton Chain <hako@ultrarare.space> Leo Famulari2023-12-111-2/+2
* gnu: openmw: Update to 0.48.0.•••* gnu/packages/game-development.scm (openmw): Update to 0.48.0. * gnu/packages/graphics.scm (openmw-openscenegraph): Update to commit 68c5c5. Change-Id: I5e1ae0d59ead8de7976714cb82e8d514c308f19a Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rodion Goritskov2023-12-103-66/+28
* gnu: guile-gitlab: Improve the package style.•••* gnu/packages/guile-xyz.scm (guile-gitlab): Improve the package style. [inputs]: Remove input labels. Change-Id: I449a02e1f9d700f678bb09961b896dea1627632e Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov2023-12-101-36/+28
* gnu: guile-smc: Update to 0.6.3.•••* gnu/packages/guile-xyz.scm (guile-smc): Update to 0.6.3. Change-Id: I7569db118c85f86e11906c41f4256be173ccc092 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov2023-12-101-2/+2
* gnu: Add KeePassXC-Browser.•••* gnu/packages/browser-extensions.scm (keepassxc-browser) (keepassxc-browser-icecat): New variable. Change-Id: I6f85228e4e012f3e5f8c913fda38287255573604 Ludovic Courtès2023-12-101-0/+30
* gnu: keepassxc: Record file name of ‘xclip’ and ‘wl-copy’.•••* gnu/packages/password-utils.scm (keepassxc)[arguments]: Add ‘record-clipboard-programs’ phase. [inputs]: Add WL-CLIPBOARD and XCLIP. Change-Id: I3cfe3d8604da575f6bf5e5cf3ce862fbac099ab6 Ludovic Courtès2023-12-101-0/+21
* gnu: ubuntu-keyring: Update to 2023.11.28.1.•••* gnu/packages/debian.scm (ubuntu-keyring): Update to 2023.11.28.1. [native-inputs]: Remove gzip; add xz. Change-Id: Id90acc7a58085321ac96b6ab520f54b20911a8c1 Efraim Flashner2023-12-101-7/+6
* gnu: tor: Update to 0.4.8.10.•••* gnu/packages/tor.scm (tor): Update to 0.4.8.10. Change-Id: Ibc11c83c3fea920c6b876a22cb4c96d5c927beb5 Efraim Flashner2023-12-101-2/+2
* gnu: llvm-14: Fix building on powerpc-linux.•••* gnu/packages/llvm.scm (llvm-14)[arguments]: When building for powerpc-linux adjust the configure-flags to always link shared libraries with -latomic. Change-Id: If020528bf1717595b66e6e0826dbe7a0c1128322 Efraim Flashner2023-12-101-0/+4
* gnu: LLVM, Clang, libomp, lld: Update to 17.0.6.•••* gnu/packages/llvm.scm (llvm-17, clang-17, libomp-17, lld-17): Update to 17.0.6. Signed-off-by: Hilton Chain <hako@ultrarare.space> Change-Id: I7757b8e55e6a7ffc8185d366ba77706abaf5a798 Michael Ford2023-12-101-4/+4
* gnu: ncdu: Use zig-build-system.•••* gnu/packages/ncdu.scm (ncdu)[build-system]: Use zig-build-system. [arguments]<#:make-flags>: Remove argument. <#:phases>: Delegate phase manipulation to the build-system. Remove 'validate-runpath. [native-inputs]: Remove zig-0.10. Change-Id: I9027a1cbd925cfb0c135740e81a33b62cb9d91ca Signed-off-by: Hilton Chain <hako@ultrarare.space> Ekaitz Zarraga2023-12-101-18/+6
* gnu: pipewire: Update to 1.0.0.•••* gnu/packages/linux.scm (pipewire): Update to 1.0.0. [native-inputs]: Add doxygen, python. Signed-off-by: Hilton Chain <hako@ultrarare.space> Change-Id: If2b0b50f844a8ee96f7d1012c01d7958ab8e7f46 Sergey Trofimov2023-12-091-2/+4
* gnu: libmirage: Update to 3.2.7.•••* gnu/packages/cdrom.scm (libmirage): Update to 3.2.7. Change-Id: Ib4d62bbbcb4bedd2ce86f6d5262df6ed26c76cee Tobias Geerinckx-Rice2023-11-191-2/+2
* gnu: exomizer: Update to 3.1.2.•••* gnu/packages/emulators.scm (exomizer): Update to 3.1.2. [source]: Use a Git tag rather than commit. Change-Id: I2dd5ad0b5a4be4633c1b57ff1367941d3f1aa49b Tobias Geerinckx-Rice2023-11-191-3/+3
* gnu: mupdf: Update to 1.23.7.•••* gnu/packages/pdf.scm (mupdf): Update to 1.23.7. Change-Id: If58ab64470c88fdd15897488a5955d009d92ee34 Tobias Geerinckx-Rice2023-11-191-2/+2
* gnu: parole: Update to 4.18.1.•••* gnu/packages/xfce.scm (parole): Update to 4.18.1. Change-Id: I308b19b47c20d35765cf7e03a49a88978734868f Tobias Geerinckx-Rice2023-11-191-2/+2
* gnu: turbostat: Use G-expressions.•••* gnu/packages/linux.scm (turbostat)[arguments]: Rewrite as G-expressions. Change-Id: I5e2cf484692cda608d0144f4b35c63770301aadd Tobias Geerinckx-Rice2023-11-191-11/+11
* gnu: moreutils: Update to 0.68.•••* gnu/packages/moreutils.scm (moreutils): Update to 0.68. Change-Id: Ie8320c18eaef1b481918894c5baaedc4144b0d19 Tobias Geerinckx-Rice2023-11-191-2/+2
* gnu: hplip: Update to 3.23.12.•••* gnu/packages/cups.scm (hplip): Update to 3.23.12. Change-Id: If27e2cfcd0b4e3667ba399569a24df976d6aa41d Tobias Geerinckx-Rice2023-11-191-2/+2
* gnu: cups-minimal/fixed: Update to 2.4.7.•••* gnu/packages/cups.scm (cups-minimal/fixed): Update to 2.4.7. Change-Id: I47b34356c53715462e1750e1b639b9768f2c3287 Tobias Geerinckx-Rice2023-11-191-2/+2
* gnu: xrdp: Update to 0.9.23.1.•••* gnu/packages/rdesktop.scm (xrdp): Update to 0.9.23.1. Change-Id: If5a01e38dc04bd013118d21ff11a46f3e7dddfd2 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Andy Tai2023-12-071-2/+2
* gnu: xeyes: Update to 1.3.0.•••* gnu/packages/xdisorg.scm (xeyes): Update to 1.3.0. [source]: Update file extension in URI. Change-Id: Ibd4f554180bd7892e594c63f7c18808a6df7c049 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Greg Hogan2023-12-071-3/+3
* gnu: dub: update to 1.33.0.•••* gnu/packages/dlang.scm (dub): Update to 1.33.0. Change-Id: Ie09f43329fa4a8d79f201f4b617e498d39adec6f Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Hugo Nobrega2023-12-071-2/+2
* gnu: ddcutil: Install pkgconfig file.•••* gnu/packages/hardware.scm (ddcutil)[arguments]: Add a phase to install the missing pkgconfig file. Change-Id: Icd8c6c19e10c8dc426c5cd5020f0a209f0faa452 Efraim Flashner2023-12-071-0/+8
* gnu: libtorrent-rasterbar: Update to 2.0.9.•••Update the package. Since other packages do depend on the previous version (and according to their documentation do recommend it), the previous version is exposed as libtorrent-rasterbar-1.2. The v2.0.9 requires patching to get tests working. Sadly one of the changes is to introduce new binary file, so it is fetched as an input and applied in a phase. Snippet is used instead to do the rest of the patching. * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[version]: Update to 2.0.9. [source]<snippet>: Patch test/test_copy_file.cpp. [native-inputs]: Add the missing file (v2_empty_file.torrent). [arguments]<#:phases>: And add a phase copying it into the correct place. * gnu/packages/bittorrent.scm (libtorrent-rasterbar-1.2): New variable. (qbittorrent)[inputs]: Use libtorrent-rasterbar-1.2. * gnu/packages/enlightenment.scm (epour)[inputs]: Use libtorrent-rasterbar-1.2. Change-Id: Ifbbbf02a671f6a3db653499a7a5f2504fd23c255 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tomas Volf2023-12-062-8/+44