aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-17 15:45:02 -0300
committerEuAndreh <eu@euandre.org>2021-02-17 15:45:02 -0300
commit2a0e6486507fd2be66fc9cc49ff9664f479a13a1 (patch)
tree1304eec2a8fd80da8d1bff645aa353778053ddfd
parentUpdate version of fallible (diff)
downloadpackage-repository-2a0e6486507fd2be66fc9cc49ff9664f479a13a1.tar.gz
package-repository-2a0e6486507fd2be66fc9cc49ff9664f479a13a1.tar.xz
Manually add fallible define-public definition
-rw-r--r--src/xyz/euandreh/packages/euandreh.scm8
1 files changed, 7 insertions, 1 deletions
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