summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2021-09-16gnu: crispy-doom: Fix build....* gnu/packages/games.scm (crispy-doom)[arguments]: Pass '-fcommon' to CFLAGS. Guillaume Le Vaillant
2021-09-16gnu: blastem: Fix build....* gnu/packages/emulators.scm (blastem)[arguments]: Update 'fix-source' phase to add '-fcommon' to CFLAGS. Guillaume Le Vaillant
2021-09-16gnu: aris: Fix build....* gnu/packages/maths.scm (aris)[arguments]: Pass '-fcommon' to CFLAGS. Guillaume Le Vaillant
2021-09-16gnu: arcan: Fix build....* gnu/packages/arcan.scm (arcan, arcan-sdl)[arguments]: Pass '-fcommon' to CFLAGS. Guillaume Le Vaillant
2021-09-16gnu: xygrib: Fix finding resources in the data directory....Currently, if you start up XyGrib it will not show icons in the toolbar buttons, translated strings in the UI nor the map in the main view. These are all items stored in the data directory, which XyGrib can’t find. Backport upstream PR 235 (already merged upstream) which makes it use XDG directories correctly. As a bonus, the PR also contains a fix to find libjpeg, so we don’t need the substitution for that anymore. * gnu/packages/patches/xygrib-fix-finding-data.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/geo.scm (xygrib)[source]: Use it. [arguments]<#:configure-flags>: Pass ‘-DGNU_PACKAGE=ON’. [arguments]<#:phases>{patch-directories}: Remove fix to find libjpeg. Remove trailing ‘#t’. [native-search-paths]: Add ‘XDG_DATA_DIRS’. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Thiago Jung Bauermann via Guix-patches via
2021-09-15gnu: python-agate-sql: Update to 0.5.7....* gnu/packages/wireservice.scm (python-agate-sql): Update to 0.5.7. Marius Bakke
2021-09-15gnu: python-sqlalchemy: Update to 1.4.23....* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.23. [propagated-inputs]: Add PYTHON-GREENLET. Marius Bakke
2021-09-15gnu: python-sadisplay: Update to 0.4.9....* gnu/packages/databases.scm (python-sadisplay): Update to 0.4.9. [arguments]: New field. Override check phase. [native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PYTEST. Marius Bakke
2021-09-15gnu: python-wtforms: Don't run style and coverage tests....Such tests are fragile and does not affect functionality of the package. * gnu/packages/python-web.scm (python-wtforms)[arguments]: In the check phase, disable code coverage and pep8. [native-inputs]: Remove PYTHON-COVERAGE and PYTHON-PEP8. [source](uri): While at it, remove redundant '.tar.gz' argument to PYPI-URI. Marius Bakke
2021-09-15gnu: python-wtforms: Adjust for SQLAlchemy >= 1.4....* gnu/packages/python-web.scm (python-wtforms)[arguments]: Add phase to delete test. Marius Bakke
2021-09-15gnu: python-flask-sqlalchemy: Update to 2.5.1....* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.5.1. Marius Bakke
2021-09-15gnu: python-cfn-lint: Update to 0.54.1....* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.54.1. [arguments]: Run tests verbosely. Marius Bakke
2021-09-15gnu: python-aws-sam-translator: Update to 1.38.0....* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.38.0. Marius Bakke
2021-09-15gnu: python-alembic: Update to 1.7.1....* gnu/packages/databases.scm (python-alembic): Update to 1.7.1. [propagated-inputs]: Add PYTHON-IMPORTLIB-RESOURCES. Marius Bakke
2021-09-15gnu: python-natsort: Update to 7.1.1....* gnu/packages/python-xyz.scm (python-natsort): Update to 7.1.1. [arguments]: Remove obsolete phase. Marius Bakke
2021-09-15gnu: glib: Avoid timer.c test failure on i686-linux....* gnu/packages/glib.scm (glib)[arguments]: In 'disable-failing-tests' phase, modify "glib/tests/timer.c" on i[56]86 to address test failure. Ludovic Courtès
2021-09-15gnu: Add wlsunset....* gnu/packages/xdisorg.scm (wlsunset): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> raingloom
2021-09-15gnu: linux-libre 5.4: Update to 5.4.146....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.146. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2021-09-15gnu: linux-libre 5.10: Update to 5.10.65....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.65. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2021-09-15gnu: linux-libre: Update to 5.13.17....* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.17. (linux-libre-5.13-pristine-source): Update hash. Leo Famulari
2021-09-15gnu: linux-libre 5.14: Update to 5.14.4....* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.4. (linux-libre-5.14-pristine-source): Update hash. Leo Famulari
2021-09-15gnu: xpadneo: Copy udev rules to /lib....This makes xpadneo place its udev rules in the place where udev-service-type looks for them. * gnu/packages/linux.scm (xpadneo): Copy udev rules to /lib instead of /etc. Liliana Marie Prikler
2021-09-15gnu: perl-const-fast: Fix typo in description....* gnu/packages/perl.scm (perl-const-fast)[description]: Fix typo. Ludovic Courtès
2021-09-15gnu: thunar: Update to 4.17.1....* gnu/packages/xfce.scm (thunar): Update to 4.17.1. [inputs]: Add gvfs. Signed-off-by: Ludovic Courtès <ludo@gnu.org> André A. Gomes
2021-09-15gnu: openjdk10: Fix build....* gnu/packages/java.scm (openjdk10)[arguments]: Pass '-fcommon' to CFLAGS. Add 'disable-warnings-as-errors' phase. [native-inputs]: Add gcc-9. Guillaume Le Vaillant
2021-09-15gnu: openjdk9: Fix build....* gnu/packages/java.scm (openjdk9)[arguments]: Pass '-fcommon' to CFLAGS. [native-inputs]: Add gcc-9. Guillaume Le Vaillant
2021-09-15gnu: ghc-8.8: Rename to ghc-next....This fixes <https://issues.guix.gnu.org/issue/47335>. * gnu/packages/haskell.scm (ghc-8.8)[name]: Rename to ghc-next. Lars-Dominik Braun
2021-09-15gnu: Add ghc-8.10....This fixes <https://issues.guix.gnu.org/49606>. * gnu/packages/haskell.scm (ghc-8.10): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Xinglu Chen
2021-09-14gnu: dav1d: Update to 0.9.2....* gnu/packages/video.scm (dav1d): Update to 0.9.2. Leo Famulari
2021-09-14gnu: make-4.2: Fix build....* gnu/packages/base.scm (gnu-make-4.2)[arguments]: Add "-D__stat=stat" to 'configure-flags'. Guillaume Le Vaillant
2021-09-14gnu: Add av-98...* gnu/packages/web-browsers.scm (av-98): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Christopher Howard
2021-09-14gnu: meld: Copy GTKSourceView styles....This fixes a somewhat cryptic error, that pops up when gtksourceview-3 has not been installed or propagated by any other package. * gnu/packages/patchutils.scm (meld)[#:phases]: Add ‘copy-styles’. Liliana Marie Prikler
2021-09-14gnu: Add xpadneo....* gnu/packages/linux.scm (xpadneo): New variable. Liliana Marie Prikler
2021-09-14gnu: javacc: Fix build....* gnu/packages/java.scm (javacc)[arguments]: Use gexp for 'make-flags'. Guillaume Le Vaillant
2021-09-14gnu: java-org-ow2-parent-pom: Fix build....* gnu/packages/java.scm (java-org-ow2-parent-pom-1.3)[arguments]: Use gexp in 'install' phase. Guillaume Le Vaillant
2021-09-14gnu: java-classpathx-servletapi: Fix build....* gnu/packages/java.scm (java-classpathx-servletapi)[arguments]: Use gexp for 'make-flags'. Guillaume Le Vaillant
2021-09-14gnu: ant: Fix build....* gnu/packages/java.scm (ant/java8)[arguments]: Delete 'define-java-environment-variables' phase inherited from ant-bootstrap. Guillaume Le Vaillant
2021-09-14gnu: icedtea: Fix build....* gnu/packages/java.scm (icedtea-8)[arguments]: Pass '-fcommon' to CFLAGS and CXXFLAGS. Add 'fix-openjdk' phase. Guillaume Le Vaillant
2021-09-14gnu: icedtea-7: Fix build....* gnu/packages/java.scm (icedtea-7)[arguments]: Add 'fix-openjdk' phase. Update 'install-keystore' phase. Guillaume Le Vaillant
2021-09-14gnu: icedtea-6: Fix build....* gnu/packages/java.scm (icedtea-6)[arguments]: Add 'fix-openjdk' phase. Guillaume Le Vaillant
2021-09-14gnu: gsl: Comment out more tests that fail on i686-linux....* gnu/packages/maths.scm (gsl)[arguments]: In 'disable-failing-tests' phase, comment out more tests. Ludovic Courtès
2021-09-14gnu: attr: Allow compilation on GNU/Hurd....* gnu/packages/attr.scm (attr)[arguments]: Add 'skip-linux-syscalls' phase when 'hurd-target?' returns true. Ludovic Courtès
2021-09-14gnu: gsequencer: Update to 3.10.18....* gnu/packages/music.scm (gsequencer): Update to 3.10.18. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-09-14gnu: teeworlds: Enable tests....* gnu/packages/games.scm (teeworlds)[arguments]: Enable tests. Set test-target. [native-inputs]: Add googletest. Efraim Flashner
2021-09-14gnu: teeworlds: Replace bundled font....* gnu/packages/games.scm (teeworlds)[arguments]: Add phase to replace bundled font. [inputs]: Add font-dejagnu. Efraim Flashner
2021-09-14gnu: drawing: Update to 0.8.3....* gnu/packages/gnome.scm (drawing): Update to 0.8.3. [arguments]<#:phases>: Don't return #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-09-14gnu: pre-commit: Update to 2.15.0....* gnu/packages/version-control.scm (pre-commit): Update to 2.15.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-09-14gnu: gnome-commander: Update to 1.12.2....* gnu/packages/gnome.scm (gnome-commander): Update to 1.12.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-09-14system: Add trailing newline to /etc/timezone....Fixes <https://issues.guix.gnu.org/50523>. Reported by meedstrom@teknik.io. * gnu/system.scm (operating-system-etc-service): Add trailing newline to "timezone" contents. Ludovic Courtès
2021-09-14gnu: Add go-github-com-google-gmail-oauth2-tools-go-sendgmail....* gnu/packages/golang.scm (go-github-com-google-gmail-oauth2-tools-go-sendgmail): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath