diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index f2185aeb4e..b8b2f684df 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -115,9 +115,9 @@ (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/Ekdohibs/camlboot") - (commit commit) - (recursive? #t))) + (url "https://github.com/Ekdohibs/camlboot") + (commit commit) + (recursive? #t))) (file-name (git-file-name name version)) (sha256 (base32 @@ -132,13 +132,13 @@ (delete-file "ocaml-src/boot/ocamllex") ;; Ensure writable (for-each - (lambda (file) - (chmod file (logior (stat:mode (stat file)) #o200))) - (find-files "." ".")))))) + (lambda (file) + (chmod file (logior (stat:mode (stat file)) #o200))) + (find-files "." ".")))))) (build-system gnu-build-system) (arguments - `(#:make-flags (list "_boot/ocamlc"); build target - #:tests? #f; no tests + `(#:make-flags (list "_boot/ocamlc") ; build target + #:tests? #f ; no tests #:phases (modify-phases %standard-phases (delete 'configure)