summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnu: emacs-direnv: Patch the reference to direnv.Katherine Cox-Buday2021-08-061-0/+13
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-direnv) [phases]{patch-in-direnv}: New phase. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: yamagi-quake2: Patch dynamically loaded libraries.nee2021-08-061-4/+15
| | | | | | | | | | * gnu/packages/games.scm (yamagi-quake2) [arguments]{make-flags}: Remove the DLOPEN_OPENAL=no make flag, which was not working as intended. [phases]{patch-libraries}: New phase. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add tetrinet.Pkill -92021-08-051-0/+42
| | | | | | | * gnu/packages/games.scm (tetrinet): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: restic: Have the custom check phase honor TESTS?.Maxim Cournoyer2021-08-051-5/+6
| | | | * gnu/packages/backup.scm (restic)[phases]{check}: Honor TESTS?.
* gnu: restic: Patch tests for go-1.16.Sarah Morgensen2021-08-053-1/+56
| | | | | | | | | * gnu/packages/patches/restic-0.9.6-fix-tests-for-go1.15.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/backup.scm (restic): Use it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: go-github-com-bmatcuk-doublestar: Remove test incompatible with go-1.16.Sarah Morgensen2021-08-051-1/+9
| | | | | | | | * gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar) [phases]{remove-incompatible-test}: New phase. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: linux-libre 4.4: Update to 4.4.278.Leo Famulari2021-07-271-2/+2
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.278. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.278.Leo Famulari2021-07-271-2/+2
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.278. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.242.Leo Famulari2021-07-271-2/+2
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.242. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.201.Leo Famulari2021-07-271-2/+2
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.201. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.138.Leo Famulari2021-07-271-2/+2
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.138. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.56.Leo Famulari2021-07-271-2/+2
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.56. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.13.8.Leo Famulari2021-07-271-2/+2
| | | | | * gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.8. (linux-libre-5.13-pristine-source): Update hash.
* gnu: crawl: Update to 0.27.0.Nicolas Goaziou2021-08-051-2/+2
| | | | * gnu/packages/games.scm (crawl): Update to 0.27.0.
* gnu: tome4: Update to 1.7.4.Nicolas Goaziou2021-08-051-10/+6
| | | | * gnu/packages/games.scm (tome4): Update to 1.7.4.
* gnu: audacious: Update to 4.1.Felix Gruber2021-08-051-5/+7
| | | | | | | | | * gnu/packages/music.scm (audacious): Update to 4.1. [inputs]: Replace libmodplug with libopenmpt. [arguments]: Add --disable-gtk configure flag as building against GTK, in addition to QT, has otherwise become the default. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mcron: Update to 1.2.1.Xinglu Chen2021-08-051-2/+2
| | | | | | * gnu/packages/guile-xyz.scm (mcron): Update to 1.2.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: pigx-sars-cov2-ww: Update to 0.0.3.Ricardo Wurmus2021-08-051-2/+2
| | | | * gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww): Update to 0.0.3.
* gnu: pypy3: Use gdbm compat library and other small fixes.Lars-Dominik Braun2021-08-051-39/+43
| | | | | | | | | | | | | * gnu/packages/python.scm (pypy3)[inputs]: Remove bash-minimal. [phases]: Remove trailing #t. {patch-source}: Use gdbm compat library. Fix shell with the implicit Bash input. {build}: Use the '--allworkingmodules' argument. {install}: Refactor for clarity. [license]: Re-indent comments. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: pypy3: Update to 7.3.5.Maxim Cournoyer2021-08-053-285/+5
| | | | | | | | | | The patch disabling tests is removed because it only fixes 2 out of 43 test failures. * gnu/packages/patches/pypy3-7.3.1-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/python.scm (pypy3): Update to 7.3.5. [patches]: Remove patch.
* gnu: go-1.16: Honor #:parallel-build?Sarah Morgensen2021-08-051-2/+5
| | | | | | | * gnu/packages/golang.scm (go-1.16)[arguments]<#:phases>{build}: Honor parallel-build? Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: earlyoom: Patch tests for go-1.16.Sarah Morgensen2021-08-051-1/+8
| | | | | | | * gnu/packages/linux.scm (earlyoom)[source]: Add snippet to not use modules in test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-etcd-io-bbolt: Update to 1.3.6.Sarah Morgensen2021-08-051-2/+4
| | | | | | | * gnu/packages/golang.scm (go-etcd-io-bbolt): Update to 1.3.6. [propagated-inputs]: Add go-golang-org-x-sys. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-gopkg-in-check-v1: Update to 1.0.0-20201130134442-10cb98267c6c.Sarah Morgensen2021-08-051-24/+22
| | | | | | | | * gnu/packages/golang.scm (go-gopkg-in-check-v1): Update to 1.0.0-20201130134442-10cb98267c6c. [license]: Correct license. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-dlclark-regexp2: Update to 1.4.0.Sarah Morgensen2021-08-051-2/+2
| | | | | | * gnu/packages/golang.scm (go-github-com-dlclark-regexp2): Update to 1.4.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-magiconair-properties: Update to 1.8.5.Sarah Morgensen2021-08-051-2/+2
| | | | | | * gnu/packages/golang.scm (go-github-com-magiconair-properties): Update to 1.8.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-masterminds-goutils: Update to 1.1.1.Sarah Morgensen2021-08-051-2/+2
| | | | | | * gnu/packages/golang.scm (go-github-com-masterminds-goutils): Update to 1.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-pelletier-go-toml: Update to 1.9.3.Sarah Morgensen2021-08-051-2/+2
| | | | | | * gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Update to 1.9.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-sergi-go-diff: Update to 1.2.0.Sarah Morgensen2021-08-051-2/+2
| | | | | | * gnu/packages/golang.scm (go-github-com-sergi-go-diff): Update to 1.2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-go-uber-org-atomic: Update to 1.8.0.Sarah Morgensen2021-08-051-2/+2
| | | | | | * gnu/packages/golang.scm (go-go-uber-org-atomic): Update to 1.8.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-puerkitobio-goquery: Update to 1.7.0.Sarah Morgensen2021-08-051-2/+2
| | | | | | * gnu/packages/golang.scm (go-github-com-puerkitobio-goquery): Update to 1.7.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: ibus-rime: Update to 1.5.0.Peng Mei Yu2021-08-051-30/+12
| | | | | | | | | | * gnu/packages/ibus.scm (ibus-rime): Update to 1.5.0. [build-system]: Change gnu-build-system to cmake-build-system. [arguments]: Delete #:make-flags. Add #:configure-flags. Update 'patch-source phase. Delete 'fix-file-names phase. Revert deletion of 'configure phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rime-data: Update to 0.38.20210802.Peng Mei Yu2021-08-051-43/+70
| | | | | | | | | * gnu/packages/ibus.scm (rime-data): Update to 0.38.20210802. [arguments]: Delete "no_update=1" from #:make-flags. Adjust 'patch-source phase. Replace 'build phase. [license]: Clarify license for all subpackages. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: librime: Update to 1.7.3.Peng Mei Yu2021-08-051-3/+3
| | | | | | * gnu/packages/ibus.scm (librime): Update to 1.7.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia: Fix building on aarch64-linux.Efraim Flashner2021-08-051-0/+13
| | | | | * gnu/packages/julia.scm (julia)[arguments]: Add phase on aarch64-linux to skip linking to nonexistant libquadmath.
* gnu: Rename u-boot-sifive-fu540 to sifive-unleashed.Pierre Langlois2021-08-052-4/+4
| | | | | | | | * gnu/packages/bootloaders.scm (u-boot-sifive-fu540): Rename to ... (u-boot-sifive-unleashed): ... this. Change board name from sifive_fu540 to sifive_unleashed. * gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch: Rename sifive_fu540 to sifive_unleashed.
* gnu: u-boot-vexpress: Remove package.Pierre Langlois2021-08-051-3/+0
| | | | | | | Upstream no longer supports the platform and we don't expect any users out there, see <https://bugs.gnu.org/49552>. * gnu/packages/bootloaders.scm (u-boot-vexpress): Remove variable.
* gnu: Add optizelle.Paul Garlick2021-08-051-0/+101
| | | | * gnu/packages/maths.scm (optizelle): New variable.
* gnu: Remove python-fudge.Ben Sturmfels2021-08-051-33/+0
| | | | | | | | Remove unused dependency of previously removed fabric package. * gnu/packages/python-xyz.scm (python-fudge): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Remove python2-paramiko.Ben Sturmfels2021-08-051-3/+0
| | | | | | | | Remove unused dependency of previously removed fabric package. * gnu/packages/python-crypto.scm (python2-paramiko): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Remove python2-pynacl.Ben Sturmfels2021-08-051-3/+0
| | | | | | | | Remove unused dependency of previously removed fabric package. * gnu/packages/python-crypto.scm (python2-pynacl): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Remove python2-bcrypt.Ben Sturmfels2021-08-051-3/+0
| | | | | | | | Remove unused dependency of previously removed fabric package. * gnu/packages/python-crypto.scm (python2-bcrypt): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Remove fabric.Ben Sturmfels2021-08-051-46/+0
| | | | | | | | Remove obsolete Python 2 package that fails to build. * gnu/packages/admin.scm (fabric): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mit-scheme: Update to 11.2.Xinglu Chen2021-08-051-7/+10
| | | | | | | | * gnu/packages/scheme.scm (mit-scheme): Update to 11.2. [native-inputs]: Add ‘texlive-epsf’ to ‘telive-union’, and add ‘ghostscript’. [inputs]: Add ‘ncurses’. Replace the URL for i686 with the URL for aarch64. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: endless-sky: Remove #t at the end of phase.Nicolas Goaziou2021-08-051-10/+9
| | | | | * gnu/packages/games.scm (endless-sky): Remove #t at the end of phase. Fix indentation.
* gnu: endless-sky: Enable tests.Timotej Lazar2021-08-051-1/+0
| | | | | | * gnu/packages/games.scm (endless-sky)[arguments]: Enable tests. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: endless-sky: Clean up phases.Timotej Lazar2021-08-051-10/+4
| | | | | | | * gnu/packages/games.scm (endless-sky)[arguments]: Drop unused substitution and merge existing phases into 'fix-paths. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: endless-sky: Update to 0.9.14.Timotej Lazar2021-08-051-3/+6
| | | | | | | * gnu/packages/games.scm (endless-sky): Update to 0.9.14. [arguments]: Add 'use-gcc-ar phase to support LTO used by the new version. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: knot-resolver: Update to 5.4.0.Simon South2021-07-271-2/+2
| | | | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.4.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: lesspipe: Update to 1.86.Michael Rohleder2021-07-271-3/+3
| | | | | | * gnu/packages/less.scm (lesspipe): Update to 1.86. Signed-off-by: Leo Famulari <leo@famulari.name>