diff options
Diffstat (limited to 'gnu/packages/golang-crypto.scm')
-rw-r--r-- | gnu/packages/golang-crypto.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index 75c56684d4..4938fee70a 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -446,6 +446,7 @@ described at @url{https://xxhash.com/}.") (arguments (list #:import-path "github.com/cespare/xxhash/v2" + #:test-subdirs #~(list "xxhsum/..." ".") #:phases #~(modify-phases %standard-phases (replace 'check |