aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: cl-cluffer: Fix build.Guillaume Le Vaillant2024-08-31
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cluffer)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: Ic44a097dbe6d933fe86ce88fc0ca1a1ba7dc820d
* gnu: stumpwm: Fix build.Guillaume Le Vaillant2024-08-31
| | | | | | | * gnu/packages/wm.scm (stumpwm)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: I6db6948750175de88f8e47eac10ceb76bff19640
* gnu: python-3.10: Ungraft removing bundled cacert.pem.Josselin Poiret2024-08-31
| | | | | | | | | * gnu/packages/python.scm (python-3.10): Rename phase "remove-windows-binaries" to "remove-vendored-wheel-content", and use it to also remove "cacert.pem". Ungraft. (python-3.10/fixed): Remove variable. Change-Id: I0a1a5c7f597ef6e14ea165ccded9aa473c6d9122
* gnu: nss-certs: Ungraft update to 3.99.Josselin Poiret2024-08-31
| | | | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.99. (nss-certs-3.99): Remove variable. Change-Id: Ie44b6c6d0753abf4db9005b4c0ee48bc6168caa7
* gnu: nss: Ungraft update to 3.99.Josselin Poiret2024-08-31
| | | | | | | * gnu/packages/nss.scm (nss): Ungraft and update to 3.99. (nss/fixed): Remove variable. Change-Id: I57d4426deb3b96e88d83ba1a7a529a94c9e7815f
* gnu: python-certifi: Ungraft.Josselin Poiret2024-08-31
| | | | | | | | * gnu/packages/python-crypto.scm (python-certifi): Ungraft and apply source snippet directly. (python-certifi/fixed): Remove variable. Change-Id: I6778ebcc3ef23dab1776d3876b9179d332a126e5
* gnu: python-pip: Ungraft.Josselin Poiret2024-08-31
| | | | | | | | * gnu/packages/python-build.scm (python-pip): Ungraft and apply source snippet directly. (python-pip/fixed): Remove variable. Change-Id: I4913e8f87f5934bffec9d58ad86b97f8ca16ba32
* gnu: glibc: Update patches following upstream's master branch.Josselin Poiret2024-08-31
| | | | | | | | * gnu/packages/patches/glibc-2.39-git-updates.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/base.scm (glibc): Use it. Change-Id: I13ff3fa2eddd8296d138f87c9069487e9543b3bd
* gnu: libarchive: Ungraft.Ludovic Courtès2024-08-31
| | | | | | | | * gnu/packages/backup.scm (libarchive)[replacement]: Remove. [source]: Add ‘patches’. (libarchive/fixed): Remove. Change-Id: I32b717c2166a6683043e0169b96f383dc9404b96
* gnu: psm2: Allow compilation with glibc 2.39.Ludovic Courtès2024-08-31
| | | | | | * gnu/packages/linux.scm (psm2)[source]: Add snippet. Change-Id: Iff29026da7252e4ca35bdde25b24d83bab0d5554
* gnu: Remove leftover references to ‘%glibc/hurd-configure-flags’.Ludovic Courtès2024-08-31
| | | | | | | | | | 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
* gnu: Avoid cycle involving (gnu packages pkg-config).Ludovic Courtès2024-08-31
| | | | | | | | | | | | | | | | 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
* gnu: mutter: Don't try to install rules to udev's output.Josselin Poiret2024-08-31
| | | | | | * gnu/packages/gnome.scm (mutter): Install udev rules to our own output. Change-Id: I4a332900321e86c53de485639a5651c9e9165766
* gnu: epiphany: Fix encoding test.Josselin Poiret2024-08-31
| | | | | | | | * 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
* gnu: glibc: Remove unneeded workaround configure flags for Hurd.Josselin Poiret2024-08-31
| | | | | | | * gnu/packages/base.scm (%glibc/hurd-configure-flags): Remove variable. (glibc): Stop using %glibc/hurd-configure-flags. Change-Id: I5cbdf8956a826d1eb25c449d4bc8a16d87dc8b80
* gnu: redis: Skip OOM score test.Josselin Poiret2024-08-31
| | | | | | | | | 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
* gnu: librsvg-2.40: Use G-Exps.Josselin Poiret2024-08-31
| | | | | | * gnu/packages/gnome.scm (librsvg-2.40): Use G-Exps. Change-Id: I36e49fdd734d6aa7bc472b754b5091dee1d3ccc5
* gnu: datefudge: Update to 1.26.Efraim Flashner2024-08-31
| | | | | | | | | | | * 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
* gnu: icedtea-8: Fix building.Efraim Flashner2024-08-31
| | | | | | | * gnu/packages/java.scm (icedtea-8)[arguments]: Replace 'build phase to not pass '-j' to make. Change-Id: Ifc5c99f33bb75bb52212aa32d0bbd10f4bce83a4
* gnu: at-spi2-core: Honor the #:tests? flag.Efraim Flashner2024-08-31
| | | | | | | | * 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
* gnu: lrdf: Add missing input.Efraim Flashner2024-08-31
| | | | | | | * gnu/packages/rdf.scm (lrdf)[inputs]: Add mit-krb5, nettle. Remove input labels. Change-Id: I167e117b82f5a4cd260b7f02c547441b4c984369
* gnu: tslib: Update to 1.23.Efraim Flashner2024-08-31
| | | | | | | | * gnu/packages/video.scm (tslib): Update to 1.23. [source]: Download using release tarball. [native-inputs]: Remove autoconf, automake, libtool. Change-Id: Ib3d33cb33eba39f8c273b8737b39b54f6c8f7819
* gnu: libnotify: Fix build.Efraim Flashner2024-08-31
| | | | | | | * gnu/packages/gnome.scm (libnotify)[arguments]: Adjust 'move-doc phase to use the directories as they exist. Change-Id: I72942c6fb8b7ed90f1b3361992adb7ce22b834fa
* gnu: udisks: Add missing input.Efraim Flashner2024-08-31
| | | | | | * gnu/packages/freedesktop.scm (udisks)[inputs]: Add kmod. Change-Id: I0c0d81d52100888ea043f863a5650654a25de4a9
* gnu: ed: Update to 1.20.1.Andy Tai2024-08-31
| | | | | | | | * 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>
* gnu: enchant: Update to 2.6.9.Nicolas Goaziou2024-08-31
| | | | | | * gnu/packages/enchant.scm (enchant): Update to 2.6.9. Change-Id: I7d5f229b0308e7a09101df0b8af344e03f2bbdbb
* gnu: enchant: Add Nuspell support.Nicolas Goaziou2024-08-31
| | | | | | | * gnu/packages/enchant.scm (enchant)[inputs]: Add NUSPELL. Change-Id: I60d70e6b6e4952722559848f715fc68dcf3e11f4 Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: enchant: Improve package style.Nicolas Goaziou2024-08-31
| | | | | | | | | * 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>
* gnu: enchant: Update to 2.6.8.Nicolas Goaziou2024-08-31
| | | | | | | | * 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>
* gnu: unittest-cpp: Fix "Version" setting in ".pc" file.Nicolas Goaziou2024-08-31
| | | | | | | | * 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>
* gnu: sdl: Replace with sdl12-compat.宋文武2024-08-31
| | | | | | | | | | | | * 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>
* gnu: cairo: Remove labels and use gexps.Maxim Cournoyer2024-08-31
| | | | | | | | * gnu/packages/gtk.scm (cairo) [arguments] <configure-flags>: Use gexps. [native-inputs, inputs]: Remove labels. Change-Id: Ifc4d9435bc1e203ee4427452ad26dedbac2de9fc
* gnu: curl: Update to 8.6.0.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/curl.scm (curl): Update to 8.6.0. [inputs]: Add libpsl. Change-Id: I83550b235ec98630262075c243029053decda867
* gnu: curl: Re-order fields.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/curl.scm (curl): Order the fields in the more customary ordering. Change-Id: I7caa3c4d27668a29375166e5553ffc4112c85783
* gnu: curl: Do not run known flaky tests.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/curl.scm (curl) [arguments]: Specify the "test-nonflaky" as the test target. Change-Id: I219b72c3b16b53ff6e469716eed0699ba88e29e1
* gnu: perl-gd: Update to 2.78.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/gd.scm (perl-gd): Update to 2.78. [native-inputs]: Add perl-test-nowarnings. Change-Id: I13e961bc6f6c77484dc698619338e083bbb5b7aa
* gnu: glibc-2.33: Use gexps to fix build.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/base.scm (glibc-2.33) [arguments]: Use gexps to resolve a build error. Change-Id: I3916360beb7016f2e03528ecfb1a31186cc5d6e2
* gnu: alsa-utils: Fix source URL.Maxim Cournoyer2024-08-31
| | | | | | * gnu/packages/linux.scm (alsa-utils) [source]: Fix URL. Change-Id: I301319a5b204836ae5f4b7cea471c923ac04bb97
* gnu: kmod: Modernize.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/linux.scm (kmod) [native-inputs, inputs]: Remove labels. [arguments]: Use gexps, remove trailing #t. Change-Id: If40e25d38c5b4ac3cb192a76d688834069278c9d
* gnu: screen: Add libxcrypt dependency.Janneke Nieuwenhuizen2024-08-31
| | | | | | * gnu/packages/screen.scm (screen)[inputs]: Add libxcrypt. Change-Id: Ia8b7fce24603a038a52d57ef7177f588b66e006e
* gnu: cryptsetup: Only use ruby-asciidoctor on supported systems.Efraim Flashner2024-08-31
| | | | | | | | | * 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
* gnu: inkscape: Fix Python support.Maxim Cournoyer2024-08-31
| | | | | | | | | | | * 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
* gnu: inkscape: Sort inputs.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/inkscape.scm (inkscape/stable) [inputs]: Sort. [native-inputs]: Likewise. Change-Id: I64253e52bf157013e6c55361f7633cbd01dcb020
* gnu: inkscape: Update to 1.3.2.Maxim Cournoyer2024-08-31
| | | | | | | | | | | | | | | | | * 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
* gnu: lib2geom: Use gexps and remove input labels.Maxim Cournoyer2024-08-31
| | | | | | | | * gnu/packages/graphics.scm (lib2geom) [arguments]: Use gexps. Add #:modules argument. [native-inputs, inputs, propagated-inputs]: Remove labels. Change-Id: Ia61ff5e8aa1f64231c98b1fb7f31a49513ede7f8
* gnu: inkscape: Truly enable ImageMagic support.Maxim Cournoyer2024-08-31
| | | | | | | | | | | 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
* gnu: lib2geom: Update to 1.3.Maxim Cournoyer2024-08-31
| | | | | | * gnu/packages/graphics.scm (lib2geom): Update to 1.3. Change-Id: Icac0c5674e39709ac85880ad7b22149b8fe30806
* gnu: gd: Update to 2.3.3.Maxim Cournoyer2024-08-31
| | | | | | | | | | | | * 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
* gnu: autotrace: Update to 0.31.10.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/graphics.scm (autotrace): Update to 0.31.10. [inputs]: Add pango. Change-Id: I26abf2ee1a2c031062a2cdfa1ac4c02cd7474614
* gnu: pstoedit: Update to 4.00.Maxim Cournoyer2024-08-31
| | | | | | | | | | | | | * 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