guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/13: gnu: ocaml-down: Fix reference to output.


From: guix-commits
Subject: 08/13: gnu: ocaml-down: Fix reference to output.
Date: Fri, 20 Aug 2021 12:34:07 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit ce8c675a18b2af4659c8b88aaa004882d168aed0
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Aug 20 14:48:44 2021 +0200

    gnu: ocaml-down: Fix reference to output.
    
    The package 'lablgtk@2.8.10' (indirect dependency of ocaml-down)
    fails to build so this patch could not be tested.
    
    * gnu/packages/ocaml.scm
      (ocaml-down)[arguments]<#:build-flags>: Use #$output.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 66d4460..81e967c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -701,8 +701,8 @@ repository-wide uninstallability checks.")
        (modify-phases %standard-phases
          (delete 'configure))
        #:build-flags
-       (list "build" "--lib-dir"
-             (string-append (assoc-ref %outputs "out") 
"/lib/ocaml/site-lib"))))
+       ,#~(list "build" "--lib-dir"
+                (string-append #$output "/lib/ocaml/site-lib"))))
     (native-inputs
      `(("ocaml-findlib" ,ocaml-findlib)
        ("ocamlbuild" ,ocamlbuild)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]