gnu: Remove ocaml4.07-bitstring.
* gnu/packages/ocaml.scm (ocaml4.07-bitstring): Remove variable. (ocaml-bitstring)[properties]: Remove variant. Change-Id: I7b5964ef9d0e2319a47409ce0e378012a2094671
This commit is contained in:
		
							parent
							
								
									b8d1492647
								
							
						
					
					
						commit
						3e16291043
					
				
					 1 changed files with 0 additions and 18 deletions
				
			
		|  | @ -2104,7 +2104,6 @@ to replace readline.") | |||
|            (lambda _ | ||||
|              (invoke "dune" "upgrade") | ||||
|              #t))))) | ||||
|     (properties `((ocaml4.07-variant . ,(delay ocaml4.07-bitstring)))) | ||||
|     (home-page "https://github.com/xguerin/bitstring") | ||||
|     (synopsis "Bitstrings and bitstring matching for OCaml") | ||||
|     (description "Adds Erlang-style bitstrings and matching over bitstrings as | ||||
|  | @ -2114,23 +2113,6 @@ as primitives to the language, making it exceptionally simple to use and very | |||
| powerful.") | ||||
|     (license license:isc))) | ||||
| 
 | ||||
| (define-public ocaml4.07-bitstring | ||||
|   (package-with-ocaml4.07 | ||||
|     (package | ||||
|       (inherit ocaml-bitstring) | ||||
|       (version "3.1.0") | ||||
|       (source (origin | ||||
|                 (method url-fetch) | ||||
|                 (uri (string-append "https://bitbucket.org/thanatonauts/bitstring/" | ||||
|                                     "get/v" version ".tar.gz")) | ||||
|                 (file-name (string-append "ocaml-bitsring-" version ".tar.gz")) | ||||
|                 (sha256 | ||||
|                  (base32 | ||||
|                   "15jjk2pq1vx311gl49s5ag6x5y0654x35w75z07g7kr2q334hqps")))) | ||||
|       (propagated-inputs | ||||
|        `(("ocaml-ppx-tools-versioned" ,ocaml4.07-ppx-tools-versioned))) | ||||
|       (properties '())))) | ||||
| 
 | ||||
| (define-public ocaml-ppx-bitstring | ||||
|   (package | ||||
|     (inherit ocaml-bitstring) | ||||
|  |  | |||
		Reference in a new issue