diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-10 01:54:09 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-18 13:09:13 +0200 |
commit | d4ebf063f1fd2bd783246266719e12089658d6f8 (patch) | |
tree | 9abcf126426a752d1678afd8770a201190dfa361 /gnu | |
parent | 09efea1ce07414ad8666b2ac2e3ac07db491cd21 (diff) |
gnu: gst-plugins-bad: Explicitly use OpenSSL@1.1.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Change from OPENSSL to
OPENSSL-1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gstreamer.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index a6687f411f..099c5ffcbb 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -897,7 +897,7 @@ model to base your own plug-in on, here it is.") openjpeg ;; openni2 opensles - openssl + openssl-1.1 opus orc pango |