diff options
author | Simon South <simon@simonsouth.net> | 2022-07-02 15:10:29 -0400 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-07-08 00:16:14 +0100 |
commit | 07986d0fade3bf3bc207c026821b87ec9764f9b0 (patch) | |
tree | c4eeccf5d2b0dca7bc8c17f5e8129ebf27910dc1 | |
parent | 6b9d3730838630c97583b19ebacb628340766460 (diff) | |
download | guix-07986d0fade3bf3bc207c026821b87ec9764f9b0.tar.gz guix-07986d0fade3bf3bc207c026821b87ec9764f9b0.zip |
gnu: Remove srt-1.4.1.
* gnu/packages/networking.scm (srt-1.4.1): Delete variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r-- | gnu/packages/networking.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index a312e461d5..b26ef100f6 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -499,24 +499,6 @@ performance across unpredictable networks, such as the Internet.") (home-page "https://www.srtalliance.org/") (license license:mpl2.0))) -;; FFmpeg, GStreamer, and VLC don't support SRT 1.4.2 yet. -(define-public srt-1.4.1 - (package - (inherit srt) - (name "srt") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri - (git-reference - (url "https://github.com/Haivision/srt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "01xaq44j95kbgqfl41pnybvqy0yq6wd4wdw88ckylzf0nzp977xz")))))) - (define-public lksctp-tools (package (name "lksctp-tools") |