chromium: Add bundled dependencies for dev/beta.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
5021717099
commit
d8ba5b3eff
@ -121,7 +121,7 @@ in stdenv.mkDerivation rec {
|
|||||||
ensureDir third_party
|
ensureDir third_party
|
||||||
|
|
||||||
# ONLY the dependencies we can't use from nixpkgs!
|
# ONLY the dependencies we can't use from nixpkgs!
|
||||||
for bundled in ${concatStringsSep " " [
|
for bundled in ${concatStringsSep " " ([
|
||||||
# This is in preparation of splitting up the bundled sources into separate
|
# This is in preparation of splitting up the bundled sources into separate
|
||||||
# derivations so we some day can tremendously reduce build time.
|
# derivations so we some day can tremendously reduce build time.
|
||||||
"adobe"
|
"adobe"
|
||||||
@ -175,7 +175,12 @@ in stdenv.mkDerivation rec {
|
|||||||
"widevine"
|
"widevine"
|
||||||
"x86inc"
|
"x86inc"
|
||||||
"yasm"
|
"yasm"
|
||||||
]}; do
|
] ++ optionals (!versionOlder source.version "34.0.0.0") [
|
||||||
|
"brotli"
|
||||||
|
"libwebm"
|
||||||
|
"nss.isolate"
|
||||||
|
"polymer"
|
||||||
|
])}; do
|
||||||
echo -n "Linking ${source.bundled}/$bundled to third_party/..." >&2
|
echo -n "Linking ${source.bundled}/$bundled to third_party/..." >&2
|
||||||
${lntreeSh} "${source.bundled}/$bundled" third_party/
|
${lntreeSh} "${source.bundled}/$bundled" third_party/
|
||||||
echo " done." >&2
|
echo " done." >&2
|
||||||
|
Loading…
Reference in New Issue
Block a user