diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-09-22 22:59:47 -0400 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-10-20 00:21:31 +0200 |
commit | c87646400dbc304e3eaa6c469c11341f8f44ce88 (patch) | |
tree | a0174c97829972f665a84eb6c58fed26f744b795 /gnu/local.mk | |
parent | 7bc5c0f0e041320348cc86876948fc4e3af85f43 (diff) | |
download | guix-c87646400dbc304e3eaa6c469c11341f8f44ce88.tar.gz |
gnu: Add farstream.
* gnu/packages/freedesktop.scm (farstream): New variable. * gnu/packages/patches/farstream-make.patch: New file. * gnu/local.mk (dist_PATCH_DATA): Add it. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
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 5a79c79d6f..607f78b1f3 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -953,6 +953,7 @@ dist_patch_DATA = \ %D%/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch \ %D%/packages/patches/extempore-unbundle-external-dependencies.patch \ %D%/packages/patches/extundelete-e2fsprogs-1.44.patch \ + %D%/packages/patches/farstream-make.patch \ %D%/packages/patches/fastcap-mulGlobal.patch \ %D%/packages/patches/fastcap-mulSetup.patch \ %D%/packages/patches/fasthenry-spAllocate.patch \ |