aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2024-08-31gnu: Remove leftover references to ‘%glibc/hurd-configure-flags’.Ludovic Courtès
This is a followup to 901b3c2a9db1935149d6ee366bf6f2a325391740. * gnu/packages/base.scm (glibc/hurd-headers): Remove reference to ‘%glibc/hurd-configure-flags’. * gnu/packages/cross-base.scm (cross-libc*): Likewise. Change-Id: Iac43d84e3407c16a0f3f926d795b55c7b7ac73fd
2024-08-31gnu: Avoid cycle involving (gnu packages pkg-config).Ludovic Courtès
Fixes a regression introduced in 7a26aee61bbbd8e37745ce13433545333eac4505 whereby (gnu packages pkg-config) would be caught in a cycle, leading to miscompilation of package modules, in turn leading to failure to compute the Guix derivation with exceptions like: 1. &package-input-error: package: #<package libgc@8.2.4 7fee96c4dc60> input: ("_" #<syntax-transformer pkg-config>) * gnu/packages/pkg-config.scm: Autoload (gnu packages check). Change-Id: I624e701a0c411b6f3d9ad5e10dca6ad7cf552be4
2024-08-31gnu: mutter: Don't try to install rules to udev's output.Josselin Poiret
* gnu/packages/gnome.scm (mutter): Install udev rules to our own output. Change-Id: I4a332900321e86c53de485639a5651c9e9165766
2024-08-31gnu: epiphany: Fix encoding test.Josselin Poiret
* gnu/packages/patches/epiphany-fix-encoding-test.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm (epiphany): Use it. Change-Id: I5405d92d4b355471ce7d62aceebdcde1500716b1
2024-08-31gnu: glibc: Remove unneeded workaround configure flags for Hurd.Josselin Poiret
* gnu/packages/base.scm (%glibc/hurd-configure-flags): Remove variable. (glibc): Stop using %glibc/hurd-configure-flags. Change-Id: I5cbdf8956a826d1eb25c449d4bc8a16d87dc8b80
2024-08-31gnu: redis: Skip OOM score test.Josselin Poiret
Since "daemon: Sacrifice builders on OOM." the default OOM score has changed to 1000, which effictively render this test impossible to pass. * gnu/packages/databases.scm (redis): Skip OOM score test. Change-Id: I92ff49425faa755cd4d0a22a33bf8b1fea03d25a
2024-08-31gnu: librsvg-2.40: Use G-Exps.Josselin Poiret
* gnu/packages/gnome.scm (librsvg-2.40): Use G-Exps. Change-Id: I36e49fdd734d6aa7bc472b754b5091dee1d3ccc5
2024-08-31gnu: datefudge: Update to 1.26.Efraim Flashner
* gnu/packages/time.scm (datefudge): Update to 1.26. [source]: Update source URIs. Remove patch. [arguments]: Adjust make-flags to allow cross-compiling and set the version string. Remove custom 'patch-makefile phase. * gnu/packages/patches/datefudge-gettimeofday.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: I8b53f9a9c3eb900ce5bceaa864ed701fb3cd3dc4
2024-08-31gnu: icedtea-8: Fix building.Efraim Flashner
* gnu/packages/java.scm (icedtea-8)[arguments]: Replace 'build phase to not pass '-j' to make. Change-Id: Ifc5c99f33bb75bb52212aa32d0bbd10f4bce83a4
2024-08-31gnu: at-spi2-core: Honor the #:tests? flag.Efraim Flashner
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Adjust the 'check phase to honor the #:tests? flag. Skip the tests when building for powerpc-linux. Change-Id: Ia1fc275ebca5d69b851b566ae7afb47fdad8f066
2024-08-31gnu: lrdf: Add missing input.Efraim Flashner
* gnu/packages/rdf.scm (lrdf)[inputs]: Add mit-krb5, nettle. Remove input labels. Change-Id: I167e117b82f5a4cd260b7f02c547441b4c984369
2024-08-31gnu: tslib: Update to 1.23.Efraim Flashner
* gnu/packages/video.scm (tslib): Update to 1.23. [source]: Download using release tarball. [native-inputs]: Remove autoconf, automake, libtool. Change-Id: Ib3d33cb33eba39f8c273b8737b39b54f6c8f7819
2024-08-31gnu: libnotify: Fix build.Efraim Flashner
* gnu/packages/gnome.scm (libnotify)[arguments]: Adjust 'move-doc phase to use the directories as they exist. Change-Id: I72942c6fb8b7ed90f1b3361992adb7ce22b834fa
2024-08-31gnu: udisks: Add missing input.Efraim Flashner
* gnu/packages/freedesktop.scm (udisks)[inputs]: Add kmod. Change-Id: I0c0d81d52100888ea043f863a5650654a25de4a9
2024-08-31gnu: ed: Update to 1.20.1.Andy Tai
* gnu/packages/text-editors.scm (ed): Update to 1.20.1. Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org> Change-Id: I58ba1c8213a5ac2a126ecb58321859d64d0fcb01 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-08-31gnu: enchant: Update to 2.6.9.Nicolas Goaziou
* gnu/packages/enchant.scm (enchant): Update to 2.6.9. Change-Id: I7d5f229b0308e7a09101df0b8af344e03f2bbdbb
2024-08-31gnu: enchant: Add Nuspell support.Nicolas Goaziou
* gnu/packages/enchant.scm (enchant)[inputs]: Add NUSPELL. Change-Id: I60d70e6b6e4952722559848f715fc68dcf3e11f4 Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31gnu: enchant: Improve package style.Nicolas Goaziou
* gnu/packages/enchant.scm (enchant)[arguments]: Use G-expressions. [native-inputs]: Drop input labels. [description]: Be more informative and less technical. Change-Id: I908fbbfcdc9f21beb1d6e05eec2dbc154b429831 Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31gnu: enchant: Update to 2.6.8.Nicolas Goaziou
* gnu/packages/enchant.scm (enchant): Update to 2.6.8. [native-inputs]: Add GROFF. Change-Id: I8c7d7e2b9124a55401c6623fd76eacc0878ad6e6 Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31gnu: unittest-cpp: Fix "Version" setting in ".pc" file.Nicolas Goaziou
* gnu/packages/check.scm (unittest-cpp)[arguments]<#:configure-flags>: Add Provide a "Version" value in ".pc" file for pkg-config checks. Change-Id: I934ef3d83d50876be8ab157ba52d8812ed33ba2e Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31gnu: sdl: Replace with sdl12-compat.宋文武
* gnu/packages/sdl.scm (sdl12-compat): New package. (sdl): Remove package, defined as sdl12-compat. (sdl2): Don't inherit from sdl. (propagated-inputs-with-sdl2): Add case for sdl12-compat. * gnu/packages/patches/sdl-libx11-1.6.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister it. Change-Id: I843d349b3d69164cc640c7db204464a51819a0df Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31gnu: cairo: Remove labels and use gexps.Maxim Cournoyer
* gnu/packages/gtk.scm (cairo) [arguments] <configure-flags>: Use gexps. [native-inputs, inputs]: Remove labels. Change-Id: Ifc4d9435bc1e203ee4427452ad26dedbac2de9fc
2024-08-31gnu: curl: Update to 8.6.0.Maxim Cournoyer
* gnu/packages/curl.scm (curl): Update to 8.6.0. [inputs]: Add libpsl. Change-Id: I83550b235ec98630262075c243029053decda867
2024-08-31gnu: curl: Re-order fields.Maxim Cournoyer
* gnu/packages/curl.scm (curl): Order the fields in the more customary ordering. Change-Id: I7caa3c4d27668a29375166e5553ffc4112c85783
2024-08-31gnu: curl: Do not run known flaky tests.Maxim Cournoyer
* gnu/packages/curl.scm (curl) [arguments]: Specify the "test-nonflaky" as the test target. Change-Id: I219b72c3b16b53ff6e469716eed0699ba88e29e1
2024-08-31gnu: perl-gd: Update to 2.78.Maxim Cournoyer
* gnu/packages/gd.scm (perl-gd): Update to 2.78. [native-inputs]: Add perl-test-nowarnings. Change-Id: I13e961bc6f6c77484dc698619338e083bbb5b7aa
2024-08-31gnu: glibc-2.33: Use gexps to fix build.Maxim Cournoyer
* gnu/packages/base.scm (glibc-2.33) [arguments]: Use gexps to resolve a build error. Change-Id: I3916360beb7016f2e03528ecfb1a31186cc5d6e2
2024-08-31gnu: alsa-utils: Fix source URL.Maxim Cournoyer
* gnu/packages/linux.scm (alsa-utils) [source]: Fix URL. Change-Id: I301319a5b204836ae5f4b7cea471c923ac04bb97
2024-08-31gnu: kmod: Modernize.Maxim Cournoyer
* gnu/packages/linux.scm (kmod) [native-inputs, inputs]: Remove labels. [arguments]: Use gexps, remove trailing #t. Change-Id: If40e25d38c5b4ac3cb192a76d688834069278c9d
2024-08-31gnu: screen: Add libxcrypt dependency.Janneke Nieuwenhuizen
* gnu/packages/screen.scm (screen)[inputs]: Add libxcrypt. Change-Id: Ia8b7fce24603a038a52d57ef7177f588b66e006e
2024-08-31gnu: cryptsetup: Only use ruby-asciidoctor on supported systems.Efraim Flashner
* gnu/packages/cryptsetup.scm (cryptsetup)[native-inputs]: Only use ruby-asciidoctor on supported systems. [arguments]: When building without ruby-asciidoctor adjust the configure-flags. Change-Id: If4551833de3c5b5a28424c059644e9fa7fda5abd
2024-08-31gnu: inkscape: Fix Python support.Maxim Cournoyer
* gnu/packages/inkscape.scm (inkscape/stable) [phases]: Wrap with PATH and GI_TYPELIB_PATH. [inputs]: Sort inputs. Add python-appdirs, python-cssselect, python-pygobject and python-requests. (inkscape) [inputs]: Do not append python-cssselect. Fixes: https://issues.guix.gnu.org/63938 Change-Id: I90a39a04a35dbcafe413726107d100c78d173fd0
2024-08-31gnu: inkscape: Sort inputs.Maxim Cournoyer
* gnu/packages/inkscape.scm (inkscape/stable) [inputs]: Sort. [native-inputs]: Likewise. Change-Id: I64253e52bf157013e6c55361f7633cbd01dcb020
2024-08-31gnu: inkscape: Update to 1.3.2.Maxim Cournoyer
* gnu/packages/inkscape.scm (inkscape/stable): Update to 1.3.2. Remove patches. [configure-flags]: Add CMAKE_CXX_FLAGS flag. [phases] Remove obsolete patch-icon-cache-generator, disable-latex-export-tests and disable-vertical-glyph-tests phases. Add disable-problematic-tests phase. Override check phase to disable a few test failures caused by the lack of imagemagick. [inputs]: Add gspell and readline. Remove aspell and gtkspell3. (inkscape): Update to 1.3.2. [phases]: Reset the check phase to the original. * gnu/packages/patches/inkscape-poppler-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Change-Id: I391fb42db8d93a9cdc83e6fd62ca90f7458b5c49
2024-08-31gnu: lib2geom: Use gexps and remove input labels.Maxim Cournoyer
* gnu/packages/graphics.scm (lib2geom) [arguments]: Use gexps. Add #:modules argument. [native-inputs, inputs, propagated-inputs]: Remove labels. Change-Id: Ia61ff5e8aa1f64231c98b1fb7f31a49513ede7f8
2024-08-31gnu: inkscape: Truly enable ImageMagic support.Maxim Cournoyer
This was commented out for testing and erroneously committed in commit b4a6b1ba93844d7373c58237cb0b742352dec954 ("gnu: inkscape/stable: Build stable variant without imagemagick support."). * gnu/packages/inkscape.scm (inkscape) [configure-flags]: Delete inherited "-DWITH_IMAGE_MAGICK=OFF" flag. Change-Id: I6d616a5bfc40c9ebef65aceb711c6541a523bad8
2024-08-31gnu: lib2geom: Update to 1.3.Maxim Cournoyer
* gnu/packages/graphics.scm (lib2geom): Update to 1.3. Change-Id: Icac0c5674e39709ac85880ad7b22149b8fe30806
2024-08-31gnu: gd: Update to 2.3.3.Maxim Cournoyer
* gnu/packages/gd.scm (gd): Update to 2.3.3. [source]: Remove obsolete gd-Revert-fix-303-gdlib.pc.patch patch. [arguments] Use gexps. <phases>: Remove disable-failing-test phase. Add remove-libtool-archives phase. * gnu/packages/patches/gd-Revert-fix-303-gdlib.pc.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Change-Id: I8cddf29d123ca0b66cc0540666c875039e753482
2024-08-31gnu: autotrace: Update to 0.31.10.Maxim Cournoyer
* gnu/packages/graphics.scm (autotrace): Update to 0.31.10. [inputs]: Add pango. Change-Id: I26abf2ee1a2c031062a2cdfa1ac4c02cd7474614
2024-08-31gnu: pstoedit: Update to 4.00.Maxim Cournoyer
* gnu/packages/graphics.scm (pstoedit): Update to 4.00. [source]: Apply patches. [arguments]: New field. [inputs]: Remove labels. Add glib and pango. * gnu/packages/patches/pstoedit-fix-gcc12.patch: New file. * gnu/packages/patches/pstoedit-fix-plainC.patch: Likewise. * gnu/packages/patches/pstoedit-pkglibdir.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Register them. Change-Id: Ia17dae0ebc3e08b573b02431b10cc689a72a07dd
2024-08-31gnu: pkgconf: Add $PKG_CONFIG_PATH search path.Maxim Cournoyer
* gnu/packages/pkg-config.scm (%pkgconf) [native-search-paths]: Add $PKG_CONFIG_PATH. Change-Id: I6c5c20ca26a3cf21c16eb24747c250ba432a276d
2024-08-31gnu: pkgconf: Enable test suite.Maxim Cournoyer
* gnu/packages/pkg-config.scm (pkgconf) [arguments]: Remove #:tests? argument. Add a set-HOME phase. [native-inputs]: Add atf and kyua. Change-Id: I28410d7486ab45cf1cbc6d306345fb85f0b9d7fc
2024-08-31gnu: Add kyua.Maxim Cournoyer
* gnu/packages/check.scm (kyua): New variable. Change-Id: Ic3a74a27c05b099bef6acfb4e0c96d2ee3defc31
2024-08-31gnu: Add lutok.Maxim Cournoyer
* gnu/packages/lua.scm (lutok): New variable. Change-Id: I595b26c601c8ca8c997c86e8f8eb17fbe363a038
2024-08-31gnu: Add atf.Maxim Cournoyer
* gnu/packages/check.scm (atf): New variable. * gnu/packages/patches/atf-execute-with-shell.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I37a57069380309382bc0ff24977a1fd165985f5e
2024-08-31gnu: ld-wrapper: Also unset GUILE_LOAD_PATH.Maxim Cournoyer
The following problem was discovered while attempting to configure Guix to use a locally built Guile tree, via its meta/uninstalled-env script, which would attempt to use the newer Guile source files and fail with: Pre-boot error; key: unbound-variable, args: (#f "Unbound variable: ~S" (error) #f)collect2: fatal error: ld terminated with signal 6 [Aborted] With the following change, a Guix user may now configure their build to use a locally built Guile with e.g.: ~/src/guile/meta/uninstalled-env ./configure --localstatedir=/var \ --sysconfdir=/etc * gnu/packages/ld-wrapper.in: Unset GUILE_LOAD_PATH. Also unset GUILE_SYSTEM_PATH, for symmetry. Streamline exec call, using the now fixed '-l' option. (ld-wrapper): Fix args being a nested list, and strip its arg0. Series-to: 69396@debbugs.gnu.org Series-postfix: core-updates Series-version: 2 Series-changes: 2 - Revert to load-compiled scheme to load ld.go - Refine comment Change-Id: Iaaa721019f3646d851202bb018214ec9fcc04fd4
2024-08-31gnu: alsa-ucm-conf: Update to 1.2.11.Roman Scherer
* gnu/packages/linux.scm (alsa-ucm-conf): Update to 1.2.11. Change-Id: Ibec86363e7181bb9de938eae4a58ea8927474009
2024-08-31gnu: perl-inline-c: Update to 0.82_001.Josselin Poiret
* gnu/packages/perl.scm (perl-inline-c): Update to 0.82_001. Change-Id: I1a9e141e6e6af45db785a2a0c4220417b96c3c64
2024-08-31gnu: glibc: Fix locpath patches.Josselin Poiret
* gnu/packages/patches/glibc-2.37-versioned-locpath.patch: * gnu/packages/patches/glibc-versioned-locpath.patch: Unconditionally add the system default locale directory. Also clean up argz list use. Change-Id: I8de5544b2382ee9b17d41ad2cfe940de804c47dd
2024-08-31gnu: date: Fix build with newer tzdata.Josselin Poiret
* gnu/packages/patches/date-ignore-zonenow.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/calendar.scm (date): Use it. Change-Id: I29bdfb49237650706abd870f2b9875739d12c6d5