nixpkgs/pkgs
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
..
applications chromium: Factor out common build attributes. 2014-04-19 03:58:46 +02:00
build-support Move su to the base packages of chrootenv builder 2014-04-18 13:30:24 +02:00
data man-pages: Update to 3.64 2014-04-16 18:43:38 +02:00
desktops Merge pull request #2241 from roelof1967/master 2014-04-18 10:06:49 -07:00
development libopus: Allow to enable custom modes. 2014-04-19 03:58:45 +02:00
games Move su to the base packages of chrootenv builder 2014-04-18 13:30:24 +02:00
misc oxygen_gtk: update from 1.4.4 to 1.4.5 2014-04-12 11:59:03 +02:00
os-specific linux: Enable transparent hugepages 2014-04-16 22:40:07 +02:00
servers v8: Bring back old version 3.14. 2014-04-19 03:58:44 +02:00
shells ipython: update 1.1.0 -> 2.0.0 2014-04-13 21:55:27 +02:00
stdenv typo 2014-04-14 10:27:36 +02:00
test
tools Merge pull request #2314 from iyzsong/kakasi 2014-04-18 10:31:48 -07:00
top-level v8: Bring back old version 3.14. 2014-04-19 03:58:44 +02:00