diff options
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 |