diff options
author | Sharlatan Hellseher <[email protected]> | 2024-12-16 04:16:56 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:42:04 +0000 |
commit | 8bf9f257b558653c8dd8dcc8dd6ccf9ef123eeb1 (patch) | |
tree | 301c0d0a097f0d60e2dae3bb6b25c4a711b548c8 /gnu/packages/golang-check.scm | |
parent | 581edddaeffd49bc4d10c7fc27eaa272b75b9e5f (diff) |
gnu: go-github-com-warpfork-go-testmark: Fix build
* gnu/packages/golang-check.scm (go-github-com-warpfork-go-testmark)
[propagated-inputs]: Add go-github-com-warpfork-go-fsx.
Change-Id: I3c728bdd231b2d16cb88859038e82976512889cc
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r-- | gnu/packages/golang-check.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 8ee51cf565..02452dd879 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -1682,6 +1682,8 @@ custom assertions to be used alongside native Go testing.") (arguments (list #:import-path "github.com/warpfork/go-testmark")) + (propagated-inputs + (list go-github-com-warpfork-go-fsx)) (home-page "https://github.com/warpfork/go-testmark") (synopsis "Parser for @code{testmark} format") (description |