diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-16 11:32:39 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-22 17:08:14 +0200 |
commit | b08d989045450c72260e3781ef458555b9e2597c (patch) | |
tree | 059a69b93aa2cd6d5209b7e8bfe8bf4995ada8d9 /gnu/local.mk | |
parent | 52f4ba9617d39f52d5a1db3aadfe6475221e3d43 (diff) | |
download | guix-b08d989045450c72260e3781ef458555b9e2597c.tar guix-b08d989045450c72260e3781ef458555b9e2597c.tar.gz |
gnu: boost: Update to 1.76.0.
* gnu/packages/patches/boost-fix-transitive-linking.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/boost.scm (boost): Update to 1.76.0.
[source](patches): Remove.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 7fc15993d7..e08f581787 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -879,7 +879,6 @@ dist_patch_DATA = \ %D%/packages/patches/blender-2.79-oiio2.patch \ %D%/packages/patches/blender-2.79-python-3.7-fix.patch \ %D%/packages/patches/blender-2.79-python-3.8-fix.patch \ - %D%/packages/patches/boost-fix-transitive-linking.patch \ %D%/packages/patches/bpftrace-disable-bfd-disasm.patch \ %D%/packages/patches/byobu-writable-status.patch \ %D%/packages/patches/cairo-CVE-2018-19876.patch \ |