aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/guix.scm
diff options
tion>
context:
space:2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès
authorIan Eure <ian@retrospec.tv>2024-10-05 09:19:11 -0700
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-10-08 16:34:38 +0900
commit5eaebebdea06eee6bb273be0a856ca89c144ad49 (patch)
tree4105519f18eab65e78bbd1e8b2a85b8834bb7323 /gnu/services/guix.scm
parentdaaba6ac16e287167d612d5d4660735a7058b507 (diff)
downloadguix-5eaebebdea06eee6bb273be0a856ca89c144ad49.tar.gz
guix-5eaebebdea06eee6bb273be0a856ca89c144ad49.zip
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/services/guix.scm')
0 files changed, 0 insertions, 0 deletions
> 2024-06-04file-systems: Add host-to-ip nested function...* gnu/build/file-systems (mount-file-system): Split out getaddrinfo logic into a dedicated function, (host-to-ip) Change-Id: I522d70a10651ca79533a4fc60b96b884243a3526 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Richard Sent 2024-02-19file-systems: Recognize “none” as a valid device spec....* gnu/build/file-systems (canonicalize-device-name): Fallback to tmpfs if spec is "none". Change-Id: Ia55c715d04c7611ba8c979f23f1ad4a8ed2e75b6 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves