diff options
Diffstat (limited to 'src/xyz/euandreh')
-rw-r--r-- | src/xyz/euandreh/packages/euandreh.scm | 8 |
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 |