summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: firefox: Fix build.•••* nongnu/packages/mozilla.scm (firefox): The build requires rust-cbindgen-0.24. origin/firefox-102John Kehayias2022-08-101-0/+3
* gnu: firefox: Fix source hash.•••* nongnu/packages/mozilla.scm (firefox): Fix source hash to match 103.0.2. John Kehayias2022-08-101-1/+1
* gnu: Add firefox-esr, update firefox to 103.0.2.•••* 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. John Kehayias2022-08-101-46/+114
* gnu: Add rust-cbindgen-0.23 and rust-cbindgen-0.24.•••* 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. John Kehayias2022-08-091-1/+417
* WIP: firefox: Use newer icu4c.•••* Only available on staging for now. Jonathan Brielmaier2022-07-291-1/+1
* WIP: firefox: Lower rust-cbindgen version.Jonathan Brielmaier2022-07-211-1/+4
* WIP: nongnu: firefox: Update to 100.Jonathan Brielmaier2022-07-091-6/+36
* nongnu: Add packages to the installation image.•••This increases the size of the ISO by 100MiB. * nongnu/system/install.scm (operating-system)[packages]: Add curl, git, neovim and zile. Jonathan Brielmaier2022-07-091-1/+13
* nongnu: linux@5.15: Update to 5.15.53.•••* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.53. Jonathan Brielmaier2022-07-091-2/+2
* nongnu: linux@5.18: Update to 5.18.10.•••* nongnu/packages/linux.scm (linux-5.18): Update to 5.18.10. Jonathan Brielmaier2022-07-091-2/+2
* nongnu: firefox: Use system nspr.•••* 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> Hilton Chain2022-07-031-2/+2
* nongnu: Add emacs-eli.•••* nongnu/packages/emacs.scm (emacs-eli): New variable. Pierre Neidhardt2022-07-031-1/+62
* nongnu: Add allegro-cl.•••* nongnu/packages/lisp.scm (allegro-cl): New variable. Pierre Neidhardt2022-07-031-0/+121
* nongnu: steam: Cleanup make-internal-script to avoid import warnings.•••* 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> Attila Lendvai2022-06-301-2/+1
* nongnu: broadcom-bt-firmware: Cleanup to avoid import warnings.•••* nongnu/packages/linux.scm (broadcom-bt-firmware): Don't list Guile standard packages in #:modules. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Attila Lendvai2022-06-301-3/+1
* nongnu: raspberrypi-firmware: Update to 1.20220331.•••* nongnu/packages/linux.scm (raspberrypi-firmware): Update to 1.20220331. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Pavel Shlyak2022-06-301-2/+2
* nongnu: linux@5.15: Update to 5.15.51.•••* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.51. Jonathan Brielmaier2022-06-291-2/+2
* nongnu: Remove linux@5.17. Add linux@5.18.•••* nongnu/packages/linux.scm (linux-5.17): Remove variable. (linux-5.18): New variable. (linux): Set to linux-5.18. Jonathan Brielmaier2022-06-291-4/+4
* nongnu: nvidia-libs: Use correct input names.•••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. Jonathan Brielmaier2022-06-261-3/+3
* nongnu: nvidia-driver: Simplify inputs.•••* nongnu/packages/nvidia.scm (nvidia-driver): Simplify inputs. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Petr Hodina2022-06-261-27/+28
* nongnu: nvidia-driver: Use gexp.•••* nongnu/packages/nvidia.scm (nvidia-driver): Use gexp. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Petr Hodina2022-06-261-46/+43
* nongnu: nvda: Use gexp.•••* nongnu/packages/nvidia.scm (nvda): Use gexp. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Petr Hodina2022-06-261-7/+6
* nongnu: nvidia-settings: Use gexp.•••* nognu/packages/nvidia.scm (nvidia-settings): Use gexp. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Petr Hodina2022-06-261-16/+14
* nongnu: Add nvidia-module.•••* nongnu/packages/nvidia.scm (nvidia-module, nversion): New variables. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Petr Hodina2022-06-261-0/+49
* nongnu: linux@5.15: Update to 5.15.48.•••* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.48. Jonathan Brielmaier2022-06-191-2/+2
* nongnu: linux@5.17: Update to 5.17.15.•••* nongnu/packages/linux.scm (linux-5.17): Update to 5.17.15. Jonathan Brielmaier2022-06-191-2/+2
* nonguix: binary-build-system: Fix use of undefined variable.•••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> Guillaume Le Vaillant2022-06-181-1/+1
* nongnu: sdrplay: Use gexps.•••* nongnu/packages/radio.scm (sdrplay)[arguments]: Rewrite 'patchelf-plan', 'install-plan' and 'phases' using gexps. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Guillaume Le Vaillant2022-06-141-41/+40
* dotnet: Update to 3.1.419.•••* nongnu/packages/dotnet.scm (dotnet-core-3.1): Update to 3.1.419. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Zhu Zihao2022-06-141-3/+3
* dotnet: Update to 6.0.300.•••* nongnu/packages/dotnet.scm (dotnet): Update to 6.0.300. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Zhu Zihao2022-06-141-3/+3
* nongnu: Add soapysdrplay3.•••* nongnu/packages/radio.scm (soapysdrplay3): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Guillaume Le Vaillant2022-06-131-0/+28
* nongnu: Add sdrplay.•••* nongnu/packages/radio.scm: New file. (sdrplay): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Guillaume Le Vaillant2022-06-131-0/+94
* nongnu: linux@5.15: Update to 5.15.45.•••* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.45. Jonathan Brielmaier2022-06-071-2/+2
* nongnu: linux@5.17: Update to 5.17.13.•••* nongnu/packages/linux.scm (linux-5.17): Update to 5.17.13. Jonathan Brielmaier2022-06-071-2/+2
* nongnu: playonlinux: Remove python2 dependencies.•••* nongnu/packages/playonlinux.scm (playonlinux)[inputs]: Replace `python2-wxpython` with `python-wxpython` as the python2 variant got removed from Guix. Jonathan Brielmaier2022-05-311-1/+1
* nongnu: playonlinux: Remove input labels.•••* nongnu/packages/playonlinux.scm (playonlinux)[inputs]: Remove input labels. Jonathan Brielmaier2022-05-261-12/+12
* nongnu: playonlinux: Update to 4.4.•••* nongnu/packages/playonlinux.scm (playonlinux): Update to 4.4. Jonathan Brielmaier2022-05-261-2/+2
* nongnu: lgogdownloader: Remove input labels.•••* nongnu/packages/gog.scm (lgogdownloader)[inputs]: Remove input lables. [native-inputs]: dito. Jonathan Brielmaier2022-05-261-14/+14
* nongnu: lgogdownloader: Update to 3.9.•••* nongnu/packages/gog.scm (lgogdownloader): Update to 3.9. Jonathan Brielmaier2022-05-261-2/+2
* nongnu: gmmlib: Update to 22.1.3.•••* nongnu/packages/video.scm (gmmlib): Update to 22.1.3. Jonathan Brielmaier2022-05-261-2/+2
* nongnu: dxvk-next: Update to 1.10.1.•••* nongnu/packages/wine.scm (dxvk-next): Update to 1.10.1. Jonathan Brielmaier2022-05-261-2/+2
* nongnu: linux-firmware: Update to 20220509.•••* nongnu/packages/linux.scm (linux-firmware): Update to 20220509. Jonathan Brielmaier2022-05-261-2/+2
* nongnu: linux@5.15: Update to 5.15.43.•••* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.43. Jonathan Brielmaier2022-05-261-2/+2
* nongnu: broadcom-sta: Build with linux-lts.•••* nongnu/packages/linux.scm (boradcom-sta)[arguments]: Replace `linux` by `linux-lts`. Jonathan Brielmaier2022-05-261-1/+1
* nongnu: linux@5.17: Update to 5.17.11.•••* nongnu/packages/linux.scm (linux-5.17): Update to 5.17.11. Jonathan Brielmaier2022-05-261-2/+2
* nongnu: compcert: Remove input labels.•••* nongnu/packages/coq.scm (compcert)[native-inputs]: Remove input labels. [inputs]: dito. Jonathan Brielmaier2022-05-261-4/+4
* nongnu: compcert: Allow build against newer coq version.•••* nongnu/packages/coq.scm (compcert)[arguments]: New phase 'allow-newer-coq-version. Jonathan Brielmaier2022-05-261-1/+6
* nongnu: intel-microcode: Update to 20220510.•••* nongnu/packages/linux.scm (intel-microcode): Update to 20220510. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Timotej Lazar2022-05-251-2/+2
* nongnu: firefox: Upddate to 100.0.2 [security fixes].•••Fixes CVE-2022-1802 and CVE-2022-1529. * nongnu/packages/mozilla.scm (firefox): Update to 100.0.2. Jonathan Brielmaier2022-05-211-3/+3
* services: Add missing paranthesis.•••Follow up to 46c87a3aa2b39368f6345de8067487c0eb8b8d9b. * nongnu/services/vpn.scm (zerotier-one-service-type): Add missing `)`. Jonathan Brielmaier2022-05-191-1/+1