diff options
author | pukkamustard <pukkamustard@posteo.net> | 2023-10-14 12:06:32 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-10-20 00:33:26 +0200 |
commit | 6156bf9078e52483cad01ca3fad2ad793773d0bc (patch) | |
tree | 58f713281fc85364849041e996af19a0d3f38218 /gnu/local.mk | |
parent | dd19f3c39de08c1bd48adf571424a7169c968f52 (diff) | |
download | guix-6156bf9078e52483cad01ca3fad2ad793773d0bc.tar.gz |
gnu: unison: Update to 2.53.3.
* gnu/packages/ocaml.scm (unison): Update to 2.53.0. [source]: Remove patch. [build-system]: Use dune-build-system. [outputs]: Remove "doc" output. [native-inputs]: Update package style. [propagated-inputs]: Add lablgtk3 and zlib. [arguments]: Enable tests. <#:phases>: Remove prepare-install and install-fsmonitor phases. * gnu/packages/patches/unison-fix-ocaml-4.08.patch: Remove file. * gnu/local.mk: Unregister. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 f8cc9e1a59..bb801c59cd 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2059,7 +2059,6 @@ dist_patch_DATA = \ %D%/packages/patches/ungoogled-chromium-RUNPATH.patch \ %D%/packages/patches/ungoogled-chromium-system-ffmpeg.patch \ %D%/packages/patches/ungoogled-chromium-system-nspr.patch \ - %D%/packages/patches/unison-fix-ocaml-4.08.patch \ %D%/packages/patches/unknown-horizons-python-3.8-distro.patch \ %D%/packages/patches/unzip-CVE-2014-8139.patch \ %D%/packages/patches/unzip-CVE-2014-8140.patch \ |