diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-11-27 21:41:09 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-11-30 15:50:30 +0100 |
commit | 05fe0a587a9d470c7bd3e66ac2178cf3389dbd37 (patch) | |
tree | b646cb951c2b32b37d157b9309709de773162593 /gnu/local.mk | |
parent | 98a468ffd29252e2b08f53b7e115b8a3e0d1df15 (diff) | |
download | patches-05fe0a587a9d470c7bd3e66ac2178cf3389dbd37.tar patches-05fe0a587a9d470c7bd3e66ac2178cf3389dbd37.tar.gz |
gnu: ocaml-piqilib: Update to 0.6.15.
* gnu/packages/ocaml.scm (ocaml-piqilib): Update to 0.6.15.
[source]: Remove patch.
[native-inputs]: Remove camlp4.
[propagated-inputs]: Replace ulex with sedlex.
* gnu/packages/patches/ocaml-piqilib-Update-base64.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
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 8ad246f8a3..9ba3363d81 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1195,7 +1195,6 @@ dist_patch_DATA = \ %D%/packages/patches/ocaml-dose3-Fix-for-ocaml-4.06.patch \ %D%/packages/patches/ocaml-dose3-dont-make-printconf.patch \ %D%/packages/patches/ocaml-dose3-Install-mli-cmx-etc.patch \ - %D%/packages/patches/ocaml-piqilib-Update-base64.patch \ %D%/packages/patches/omake-fix-non-determinism.patch \ %D%/packages/patches/ola-readdir-r.patch \ %D%/packages/patches/openbabel-fix-crash-on-nwchem-output.patch \ |