summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-10gnu: firefox: Fix build.firefox-102John Kehayias
* nongnu/packages/mozilla.scm (firefox): The build requires rust-cbindgen-0.24.
2022-08-10gnu: firefox: Fix source hash.John Kehayias
* nongnu/packages/mozilla.scm (firefox): Fix source hash to match 103.0.2.
2022-08-10gnu: Add firefox-esr, update firefox to 103.0.2.John Kehayias
* nongnu/packages/mozilla.scm (firefox-esr): New variable, previously package definition of firefox. [phases]: New phase set-build-id moved from configure. In configure, set GUIX_PYTHON_PATH. (firefox-esr/wayland): New variable. Adjusted packaged definition of firefox/wayland. (firefox): Inherit from firefox-esr.
2022-08-09gnu: Add rust-cbindgen-0.23 and rust-cbindgen-0.24.John Kehayias
* nongnu/packages/mozilla.scm (rust-unicode-ident-1, rust-proc-macro2-1.0.43, rust-syn-1.0.99, rust-textwrap-0.15, rust-windows-x86-64-msvc-0.36, rust-windows-x86-64-gnu-0.36, rust-windows-i686-msvc-0.36, rust-windows-i686-gnu-0.36, rust-windows-aarch64-msvc-0.36, rust-windows-sys-0.36, rust-hashbrown-0.12, rust-object-0.29, rust-object-0.27, rust-gimli-0.26, rust-addr2line-0.17, rust-backtrace-0.3.66, rust-parking-lot-core-0.9, rust-once-cell-1.13.0, rust-clap-lex-0.2, rust-clap-derive-3.2.15, rust-clap-3.2.16, rust-cbindgen-0.24, rust-cbindgen-0.23): New variables.
2022-07-29WIP: firefox: Use newer icu4c.Jonathan Brielmaier
* Only available on staging for now.
2022-07-21WIP: firefox: Lower rust-cbindgen version.Jonathan Brielmaier
2022-07-09WIP: nongnu: firefox: Update to 100.Jonathan Brielmaier
2022-07-09nongnu: Add packages to the installation image.Jonathan Brielmaier
This increases the size of the ISO by 100MiB. * nongnu/system/install.scm (operating-system)[packages]: Add curl, git, neovim and zile.
2022-07-09nongnu: linux@5.15: Update to 5.15.53.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.53.
2022-07-09nongnu: linux@5.18: Update to 5.18.10.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.18): Update to 5.18.10.
2022-07-03nongnu: firefox: Use system nspr.Hilton Chain
* nongnu/packages/mozilla.scm (firefox)[arguments]: Enable `--with-system-nspr` flag. [inputs]: Add nspr-4.32. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-07-03nongnu: Add emacs-eli.Pierre Neidhardt
* nongnu/packages/emacs.scm (emacs-eli): New variable.
2022-07-03nongnu: Add allegro-cl.Pierre Neidhardt
* nongnu/packages/lisp.scm (allegro-cl): New variable.
2022-06-30nongnu: steam: Cleanup make-internal-script to avoid import warnings.Attila Lendvai
* nongnu/packages/steam-client.scm (make-internal-script): Don't import Guile standard modules in with-imported-modules. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-30nongnu: broadcom-bt-firmware: Cleanup to avoid import warnings.Attila Lendvai
* nongnu/packages/linux.scm (broadcom-bt-firmware): Don't list Guile standard packages in #:modules. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-30nongnu: raspberrypi-firmware: Update to 1.20220331.Pavel Shlyak
* nongnu/packages/linux.scm (raspberrypi-firmware): Update to 1.20220331. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-29nongnu: linux@5.15: Update to 5.15.51.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.51.
2022-06-29nongnu: Remove linux@5.17. Add linux@5.18.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.17): Remove variable. (linux-5.18): New variable. (linux): Set to linux-5.18.
2022-06-26nongnu: nvidia-libs: Use correct input names.Jonathan Brielmaier
This reverts parts of 668fda08 which where accidentialy commited. * nongnu/packages/nvidia.scm (nvidia-libs)[arguments]: Replace gcc by gcc:lib and make gtk+ and gtk2 correct strings again in rpath list.
2022-06-26nongnu: nvidia-driver: Simplify inputs.Petr Hodina
* nongnu/packages/nvidia.scm (nvidia-driver): Simplify inputs. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-26nongnu: nvidia-driver: Use gexp.Petr Hodina
* nongnu/packages/nvidia.scm (nvidia-driver): Use gexp. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-26nongnu: nvda: Use gexp.Petr Hodina
* nongnu/packages/nvidia.scm (nvda): Use gexp. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-26nongnu: nvidia-settings: Use gexp.Petr Hodina
* nognu/packages/nvidia.scm (nvidia-settings): Use gexp. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-26nongnu: Add nvidia-module.Petr Hodina
* nongnu/packages/nvidia.scm (nvidia-module, nversion): New variables. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-19nongnu: linux@5.15: Update to 5.15.48.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.48.
2022-06-19nongnu: linux@5.17: Update to 5.17.15.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.17): Update to 5.17.15.
2022-06-18nonguix: binary-build-system: Fix use of undefined variable.Guillaume Le Vaillant
Follow up to a0079cf1bd8ef707ab9e15a0e249cbd34f157ae4. * nonguix/build/binary-build-system.scm (patchelf)[make-rpath]: Use 'name' instead of undefined 'input-or-output'. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-14nongnu: sdrplay: Use gexps.Guillaume Le Vaillant
* nongnu/packages/radio.scm (sdrplay)[arguments]: Rewrite 'patchelf-plan', 'install-plan' and 'phases' using gexps. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-14dotnet: Update to 3.1.419.Zhu Zihao
* nongnu/packages/dotnet.scm (dotnet-core-3.1): Update to 3.1.419. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-14dotnet: Update to 6.0.300.Zhu Zihao
* nongnu/packages/dotnet.scm (dotnet): Update to 6.0.300. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-13nongnu: Add soapysdrplay3.Guillaume Le Vaillant
* nongnu/packages/radio.scm (soapysdrplay3): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-13nongnu: Add sdrplay.Guillaume Le Vaillant
* nongnu/packages/radio.scm: New file. (sdrplay): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-06-07nongnu: linux@5.15: Update to 5.15.45.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.45.
2022-06-07nongnu: linux@5.17: Update to 5.17.13.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.17): Update to 5.17.13.
2022-05-31nongnu: playonlinux: Remove python2 dependencies.Jonathan Brielmaier
* nongnu/packages/playonlinux.scm (playonlinux)[inputs]: Replace `python2-wxpython` with `python-wxpython` as the python2 variant got removed from Guix.
2022-05-26nongnu: playonlinux: Remove input labels.Jonathan Brielmaier
* nongnu/packages/playonlinux.scm (playonlinux)[inputs]: Remove input labels.
2022-05-26nongnu: playonlinux: Update to 4.4.Jonathan Brielmaier
* nongnu/packages/playonlinux.scm (playonlinux): Update to 4.4.
2022-05-26nongnu: lgogdownloader: Remove input labels.Jonathan Brielmaier
* nongnu/packages/gog.scm (lgogdownloader)[inputs]: Remove input lables. [native-inputs]: dito.
2022-05-26nongnu: lgogdownloader: Update to 3.9.Jonathan Brielmaier
* nongnu/packages/gog.scm (lgogdownloader): Update to 3.9.
2022-05-26nongnu: gmmlib: Update to 22.1.3.Jonathan Brielmaier
* nongnu/packages/video.scm (gmmlib): Update to 22.1.3.
2022-05-26nongnu: dxvk-next: Update to 1.10.1.Jonathan Brielmaier
* nongnu/packages/wine.scm (dxvk-next): Update to 1.10.1.
2022-05-26nongnu: linux-firmware: Update to 20220509.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-firmware): Update to 20220509.
2022-05-26nongnu: linux@5.15: Update to 5.15.43.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.43.
2022-05-26nongnu: broadcom-sta: Build with linux-lts.Jonathan Brielmaier
* nongnu/packages/linux.scm (boradcom-sta)[arguments]: Replace `linux` by `linux-lts`.
2022-05-26nongnu: linux@5.17: Update to 5.17.11.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.17): Update to 5.17.11.
2022-05-26nongnu: compcert: Remove input labels.Jonathan Brielmaier
* nongnu/packages/coq.scm (compcert)[native-inputs]: Remove input labels. [inputs]: dito.
2022-05-26nongnu: compcert: Allow build against newer coq version.Jonathan Brielmaier
* nongnu/packages/coq.scm (compcert)[arguments]: New phase 'allow-newer-coq-version.
2022-05-25nongnu: intel-microcode: Update to 20220510.Timotej Lazar
* nongnu/packages/linux.scm (intel-microcode): Update to 20220510. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-05-21nongnu: firefox: Upddate to 100.0.2 [security fixes].Jonathan Brielmaier
Fixes CVE-2022-1802 and CVE-2022-1529. * nongnu/packages/mozilla.scm (firefox): Update to 100.0.2.
2022-05-19services: Add missing paranthesis.Jonathan Brielmaier
Follow up to 46c87a3aa2b39368f6345de8067487c0eb8b8d9b. * nongnu/services/vpn.scm (zerotier-one-service-type): Add missing `)`.