diff options
author | Jakub Kądziołka <kuba@kadziolka.net> | 2020-03-20 20:31:59 +0100 |
---|---|---|
committer | Jakub Kądziołka <kuba@kadziolka.net> | 2020-03-21 12:56:11 +0100 |
commit | bbeb710de70521010b3d432cb5b4b14ce6e45ca6 (patch) | |
tree | 9101a4fb80afa9b16ebe56b074be73ad1ba60ac8 /gnu/local.mk | |
parent | f2c7513d1604076049d1834580d218d764e6b85b (diff) | |
download | patches-bbeb710de70521010b3d432cb5b4b14ce6e45ca6.tar patches-bbeb710de70521010b3d432cb5b4b14ce6e45ca6.tar.gz |
gnu: Add hash-extender.
* gnu/packages/crypto.scm (hash-extender): New variable.
* gnu/packages/patches/hash-extender-test-suite.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register the new file.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index f2f096c51c..1c4a0b4231 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1005,6 +1005,7 @@ dist_patch_DATA = \ %D%/packages/patches/gtksourceview-2-add-default-directory.patch \ %D%/packages/patches/gzdoom-search-in-installed-share.patch \ %D%/packages/patches/gzdoom-find-system-libgme.patch \ + %D%/packages/patches/hash-extender-test-suite.patch \ %D%/packages/patches/haskell-mode-unused-variables.patch \ %D%/packages/patches/haskell-mode-make-check.patch \ %D%/packages/patches/hdf4-architectures.patch \ |