diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-01-05 22:04:24 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-01-05 22:55:14 +0200 |
commit | 87fd7a35c2c8af364fe783947a2232a646d009cb (patch) | |
tree | 53d8c8d916a6205da998b738165d69ac784b0f66 /gnu/local.mk | |
parent | 918a9b584d17b7caac80a7071d7e54275a17b36c (diff) | |
download | guix-87fd7a35c2c8af364fe783947a2232a646d009cb.tar guix-87fd7a35c2c8af364fe783947a2232a646d009cb.tar.gz |
gnu: streamlink: Fix build.
* gnu/packages/video.scm (streamlink)[source]: Add patch.
* gnu/packages/patches/streamlink-update-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
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 6d4159e167..7ccef8a75b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1175,6 +1175,7 @@ dist_patch_DATA = \ %D%/packages/patches/soundtouch-CVE-2018-14044-14045.patch \ %D%/packages/patches/soundtouch-CVE-2018-1000223.patch \ %D%/packages/patches/steghide-fixes.patch \ + %D%/packages/patches/streamlink-update-test.patch \ %D%/packages/patches/superlu-dist-scotchmetis.patch \ %D%/packages/patches/swig-guile-gc.patch \ %D%/packages/patches/swish-e-search.patch \ |