guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67512] [PATCH 5/5] gnu: Add librewolf.


From: Ian Eure
Subject: [bug#67512] [PATCH 5/5] gnu: Add librewolf.
Date: Sun, 28 Jan 2024 14:51:18 -0800
User-agent: mu4e 1.8.13; emacs 28.2

Ian Eure <ian@retrospec.tv> writes:

This icecat-minimal flag disables DRM:

  ;; The --disable-eme option is not available on aarch64.
  #$(if (target-aarch64?) "" "--disable-eme")


LibreWolf disables DRM by default[1], so I don’t believe this flag is necessary. I can confirm that it’s disabled in the browser built from
the package definition without this flag.


I looked a bit deeper into this. There are actually no EME-related configuration options in Librewolf at all, either to enable or disable it. It’s always disabled.

 — Ian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]