diff options
author | Ian Eure <ian@retrospec.tv> | 2024-10-05 09:19:11 -0700 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-08 16:34:38 +0900 |
commit | 5eaebebdea06eee6bb273be0a856ca89c144ad49 (patch) | |
tree | 4105519f18eab65e78bbd1e8b2a85b8834bb7323 /gnu/local.mk | |
parent | daaba6ac16e287167d612d5d4660735a7058b507 (diff) | |
download | guix-5eaebebdea06eee6bb273be0a856ca89c144ad49.tar guix-5eaebebdea06eee6bb273be0a856ca89c144ad49.tar.gz |
gnu: librewolf: Revert video acceleration fix.
This patch partly reverts #73429, because that change makes livestreaming
video refuse to play.
* gnu/packages/librewolf.scm (librewolf) [source]: Remove
the librewolf-add-paths-to-rdd-allowlist patch.
[phases] <wrap-program>: Reinstate previous LD_LIBRARY_PATH wrapping.
* gnu/packages/patches/librewolf-add-paths-to-rdd-allowlist.patch: Delete
file.
* gnu/local.mk (dist_patch_DATA): De-register it.
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Iaf36c64464cd078538fda677ea4fa7b13e7c110f
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9502f24621..05a8716063 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1691,7 +1691,6 @@ dist_patch_DATA = \ %D%/packages/patches/libphonenumber-reproducible-build.patch \ %D%/packages/patches/libqalculate-3.8.0-libcurl-ssl-fix.patch \ %D%/packages/patches/libquicktime-ffmpeg.patch \ - %D%/packages/patches/librewolf-add-paths-to-rdd-allowlist.patch \ %D%/packages/patches/libsepol-versioned-docbook.patch \ %D%/packages/patches/libtar-CVE-2013-4420.patch \ %D%/packages/patches/libtgvoip-disable-sse2.patch \ |