aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/file.scm
diff options
context:
space:
mode:
authorSteve George <steve@futurile.net>2023-10-23 23:21:27 +0100
committerEfraim Flashner <efraim@flashner.co.il>2023-10-24 14:39:45 +0300
commit807bd1ac449373c1da6feedc392ea7ca495b44f4 (patch)
treea14d7b17ebf2de0863fdd2cb8075a48211408409 /gnu/packages/file.scm
parent97b99a28c8ef23a3bee942c968b313201f01f925 (diff)
downloadguix-807bd1ac449373c1da6feedc392ea7ca495b44f4.tar.gz
guix-807bd1ac449373c1da6feedc392ea7ca495b44f4.zip
gnu: Add rust-libpulse-simple-binding-2.
* gnu/packages/crates-io.scm (rust-libpulse-simple-binding-2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I2d4b758ff3d30e7b43b1fb7292b90a76d3e20759
Diffstat (limited to 'gnu/packages/file.scm')
0 files changed, 0 insertions, 0 deletions
tip'>* gnu/packages/base.scm (grep): Update to 3.7. Efraim Flashner 2022-01-17Merge branch 'version-1.4.0'...With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm Maxim Cournoyer 2022-01-10gnu: binutils: Fix CVE-2021-45078....This is for the release branch. Should we also use a graft for the master branch? It would be even better if we could add a binutils-next package that users could install, in my opinion. * gnu/packages/patches/binutils-CVE-2021-45078.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (binutils)[source]: Use it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Leo Famulari 2022-01-10gnu: binutils: Absorb binutils-next....* gnu/packages/base.scm (binutils)[configure-flags]: Set out-of-source? to #t. {--enable-64-bit-bfd, --enable-compressed-debug-sections=all, --enable-lto, --enable-separate-code, --enable-threads}: New flags. (binutils-next): Delete variable. (binutils-gold): Inherit from binutils. * gnu/packages/linux.scm (kexec-tools)[native-inputs]: Replace binutils-next with binutils. Maxim Cournoyer 2022-01-09gnu: hello: Update to 2.11....* gnu/packages/base.scm (hello): Update to 2.11. Tobias Geerinckx-Rice 2022-01-14gnu: glibc-locales: Allow finding newer versions....* gnu/packages/base.scm (glibc-locales)[properties]: New field. Efraim Flashner 2021-12-21gnu: binutils-gold: Skip gold testsuite on some architectures....* gnu/packages/base.scm (binutils-gold)[arguments]: Add a phase on some architecturest to skip the gold testsuite. Efraim Flashner 2021-12-13gnu: binutils@2.33: Remove non-applicable patches....* gnu/packages/base.scm (binutils-2.33)[source]: Add empty 'patches' field. Ludovic Courtès 2021-11-11gnu: binutils-gold: Inherit from binutils-next....And reinstate tests on non-x86 architectures, as the past problems now appear to be resolved. * gnu/packages/base.scm (binutils-gold): Inherit from binutils-next. [tests?]: Remove argument. [inputs]: Remove gcc:lib, which is already included implicitly. Maxim Cournoyer 2021-11-11gnu: Add binutils-next....* gnu/packages/base.scm (binutils-next): New variable. Maxim Cournoyer 2021-11-11gnu: make-ld-wrapper: Add a LINKER argument....This allows creating wrappers for other linkers than "ld", such as "ld.gold". * gnu/packages/base.scm (make-ld-wrapper): New variable. [linker]: New argument. Update doc. <ld>: Use LINKER to derive the linker source. Maxim Cournoyer 2021-11-11gnu: diffutils: Update to 3.8....‘coreutils-gnulib-tests.patch’ is applied in the gnulib version shipped with 3.8. * gnu/packages/base.scm (diffutils): Update to 3.8. [source]: Do not apply coreutils-gnulib-tests.patch. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Thiago Jung Bauermann 2021-11-11gnu: diffutils: Fix signal processing....diffutils has a race condition in its signal processing code which is easy to trigger on powerpc64le-linux. More often than not, it causes the ‘colors’ test to fail and therefore the build of the package fails as well. Add the patch proposed in Debian bug 922552 which fixes the problem. * gnu/packages/patches/diffutils-fix-signal-processing.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (diffutils)[source]: Use it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Thiago Jung Bauermann 2021-11-11gnu: tzdata: Update to 2021e....* gnu/packages/base.scm (tzdata, tzdata-for-tests): Update to 2021e. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Leo Famulari 2021-11-11gnu: glibc: Look for the current timezone in /etc/localtime....Fixes <https://issues.guix.gnu.org/50830>. Reported by podiki on #guix. Previously, glibc 2.33 would look for /gnu/store/...-glibc-2.33/etc/localtime instead of /etc/localtime. * gnu/packages/base.scm (glibc)[arguments]: Remove #:make-flags. [phases]: In 'pre-configure', modify 'inet/Makefile' instead of 'sunrpc/Makefile' since this is where these bits are in 2.33. (glibc-2.31)[arguments]: Add 'set-etc-rpc-installation-directory' phase. (glibc-2.30): Inherit from GLIBC-2.31. * gnu/tests/base.scm (run-basic-test)["libc honors /etc/localtime"]: New test. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ludovic Courtès 2021-11-11gnu: glibc: Remove unneeded nscd patching....This change had no effect already in glibc 2.29, which has proper versioning. * gnu/packages/base.scm (glibc)[arguments]: Remove obsolete 'nscd/nscd_stat.c' 'substitute*' statement. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ludovic Courtès 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-08gnu: glibc@2.29: Fix build error....* gnu/packages/base.scm (glibc-2.29): Inherit from GLIBC-2.30. [sources]: Use "glibc-skip-c++.patch". Ludovic Courtès 2021-09-08gnu: glibc@2.30: Fix build error....* gnu/packages/base.scm (glibc-2.30)[native-inputs]: New field. [source]: Use "glibc-skip-c++.patch".