From 2a0e6486507fd2be66fc9cc49ff9664f479a13a1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 17 Feb 2021 15:45:02 -0300 Subject: Manually add fallible define-public definition --- src/xyz/euandreh/packages/euandreh.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/xyz/euandreh/packages/euandreh.scm b/src/xyz/euandreh/packages/euandreh.scm index 16e9423..f959db1 100644 --- a/src/xyz/euandreh/packages/euandreh.scm +++ b/src/xyz/euandreh/packages/euandreh.scm @@ -51,5 +51,11 @@ (assoc-ref package "version-prefix") (assoc-ref package "version") (assoc-ref package "check-inputs") - (content-hash (assoc-ref package "tarbal-sha256")))) + (content-hash (assoc-ref package "tarbal-sha256")))) ; FIXME (vector->list (assoc-ref packages "packages")))) + +;; FIXME: the define-public isn't being created +(define-public fallible + (euandreh-package "fallible" "" "4498c9f46de83f9bdbd053a27e855f37a2df0dd2" #("valgrind") (content-hash #f))) + +fallible -- cgit v1.2.3