diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 4a9b0a8128d..9b66cb62115 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1084,7 +1084,7 @@ PyCryptodome variants, the other being python-pycryptodomex.") (package/inherit python-pycryptodome (name "python-pycryptodomex") (arguments - (substitute-keyword-arguments (package-arguments python-pycryptodome) + (substitute-keyword-arguments arguments ((#:test-flags _) #~(list "-m" "Cryptodome.SelfTest")) ((#:phases phases #~%standard-phases) |
