3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/networking/browsers/chromium
aszlig 111caaad53
chromium: Factor out common build attributes.
This results in a new function called mkChromiumDerivation, which can be
used to easily build packages that are based on the Chromium source
tree.

We pass through this function as mkDerivation in the chromium wrappre,
so in the end if you want to create such a package, something like:

chromium.mkDerivation (base: {
  name = "your-shiny-package-based-on-chromium";
  ...
})

will suffice.

Of course, this is only the first step towards this functionality,
because right now I'm not even sure the Chromium browser itself will
build.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:46 +02:00
..
source chromium/plugins: Use Debian package from sources. 2014-04-19 03:58:45 +02:00
browser.nix chromium: Factor out common build attributes. 2014-04-19 03:58:46 +02:00
common.nix chromium: Factor out common build attributes. 2014-04-19 03:58:46 +02:00
default.nix chromium: Factor out common build attributes. 2014-04-19 03:58:46 +02:00
plugins.nix chromium/plugins: Use Debian package from sources. 2014-04-19 03:58:45 +02:00
sandbox.nix chromium: Split off sandbox from the browser. 2014-04-19 03:58:42 +02:00