chromiumDev: fix build

(cherry picked from commit a34f7dbb73831240702c1f60ca24e6f856622575)
This commit is contained in:
Yureka
2021-09-18 18:30:45 +02:00
committed by Michael Weiss
parent 559b5adf07
commit f7be049abd

View File

@@ -88,6 +88,8 @@ let
gnSystemLibraries = lib.optionals (!chromiumVersionAtLeast "93") [
"ffmpeg"
"snappy"
] ++ lib.optionals (!chromiumVersionAtLeast "95") [
"zlib"
] ++ [
"flac"
"libjpeg"
@@ -95,7 +97,6 @@ let
"libwebp"
"libxslt"
"opus"
"zlib"
];
opusWithCustomModes = libopus.override {