···
# Linked dynamic libraries.
···
# command line arguments which are always set e.g "--disable-gpu"
# Additional dependencies according to other distros.
···
# Necessary for USB audio devices.
gsettings-desktop-schemas,
# For video acceleration via VA-API (--enable-features=VaapiVideoDecoder)
# For Vulkan support (--enable-features=Vulkan)
opusWithCustomModes = libopus.override { withCustomModes = true; };
···
++ lib.optionals pulseSupport [ libpulseaudio ]
++ lib.optionals libvaSupport [ libva ];
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
-
version = "139.0.3405.102";
url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_${finalAttrs.version}-1_amd64.deb";
-
hash = "sha256-rY6Q3sMIAGX/ZKOVvwSl6cxq24SB1PiCn7b1pMXMeps=";
# With strictDeps on, some shebangs were not being patched correctly
···
# Linked dynamic libraries.
···
# command line arguments which are always set e.g "--disable-gpu"
# Additional dependencies according to other distros.
···
# Necessary for USB audio devices.
gsettings-desktop-schemas,
# For video acceleration via VA-API (--enable-features=VaapiVideoDecoder)
# For Vulkan support (--enable-features=Vulkan)
opusWithCustomModes = libopus.override { withCustomModes = true; };
···
++ lib.optionals pulseSupport [ libpulseaudio ]
++ lib.optionals libvaSupport [ libva ];
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
+
version = "139.0.3405.111";
url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_${finalAttrs.version}-1_amd64.deb";
+
hash = "sha256-1hsvzvaVCDSWGEpqMjsrz7V9Ra+PtoZ//lSXSlmS3FI=";
# With strictDeps on, some shebangs were not being patched correctly