nixpkgs/pkgs/applications/networking/browsers/chromium
aszlig c86d376c82
chromium: Selectively link bundled libraries.
So far we just copied everything from source.* into the build directory
during the prePatch. This somewhat defeated the purpose of the source
splitup because it involved more I/O than just unpacking the entire
source tree.

Now, we're selectively *symlinking* the bundled sources into the build
directory. Even that isn't perfect because in the end we'd just
reference foreign derivations and we're done. But for now, this gets us
at least prepared for a massive reduction of compile time.

Unfortunately, gyp's behaviour when it comes to symlinks is quite
painful to come by, so we need to fix a few references to use absolute
paths.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:42 +02:00
..
browser.nix chromium: Selectively link bundled libraries. 2014-04-19 03:58:42 +02:00
default.nix chromium: Move plugins into its own Nix file. 2014-04-19 03:58:42 +02:00
plugins.nix chromium: Move plugins into its own Nix file. 2014-04-19 03:58:42 +02:00
sandbox.nix chromium: Split sandbox off the main output path. 2013-09-27 15:23:30 +02:00
sandbox_userns_31.patch chromium: Add missing patch for version 31. 2013-09-17 13:05:20 +02:00
source.nix chromium: Factor out source into its own Nix file. 2014-04-19 03:58:41 +02:00
sources.nix chromium: Update stable channel from 33.0.1750.152 -> 34.0.1847.116 2014-04-10 00:14:44 +02:00
update.sh chromium/updater: Avoid downgrading versions. 2013-06-14 17:50:36 +02:00