diff options
author | Julien Lepiller <julien@lepiller.eu> | 2016-12-30 11:33:36 +0100 |
---|---|---|
committer | David Craven <david@craven.ch> | 2017-01-04 17:41:11 +0100 |
commit | 44c23cb8d800ed3480755347b2dfee6a3544d727 (patch) | |
tree | afb3c7d7e61d71d9f3476f51e5a02c5fc3e88ec3 /gnu/local.mk | |
parent | a5b5bd1d18f32c29e704acae24c3e1945666afb9 (diff) | |
download | guix-44c23cb8d800ed3480755347b2dfee6a3544d727.tar guix-44c23cb8d800ed3480755347b2dfee6a3544d727.tar.gz |
gnu: Add ocaml-bitstring.
* gnu/packages/ocaml.scm (ocaml-bitstring): New variable.
* gnu/packages/patches/ocaml-bitstring-fix-configure.patch: New file.
* gnu/local.mk (dist_patch_DATA): New patch.
Signed-off-by: David Craven <david@craven.ch>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 7e8b7c5033..8feb139083 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -752,6 +752,7 @@ dist_patch_DATA = \ %D%/packages/patches/nvi-dbpagesize-binpower.patch \ %D%/packages/patches/nvi-db4.patch \ %D%/packages/patches/ocaml-bisect-fix-camlp4-in-another-directory.patch \ + %D%/packages/patches/ocaml-bitstring-fix-configure.patch \ %D%/packages/patches/ocaml-CVE-2015-8869.patch \ %D%/packages/patches/ocaml-Add-a-.file-directive.patch \ %D%/packages/patches/ocaml-findlib-make-install.patch \ |