3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/networking/browsers/chromium
aszlig 9343f6f461
chromium: Ensure runtime deps for enabled plugins.
We're propagating the plugin flags by importing from another Nix
expression file, which in turn exports the Nix path to the wrapper. This
causes that the store path isn't referenced in the wrapper and the path
isn't recognized by scanning the wrapper script (only those already
referenced at build time are).

So let's add the activated plugins to the buildInputs of the wrapper.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-26 09:31:03 +01:00
..
source chromium: Update all channels to latest versions. 2015-01-26 09:31:03 +01:00
browser.nix chromium: Update all channels to latest versions. 2015-01-26 09:31:03 +01:00
common.nix chromium: Update all channels to latest versions. 2015-01-26 09:31:03 +01:00
default.nix chromium: Ensure runtime deps for enabled plugins. 2015-01-26 09:31:03 +01:00
plugins.nix chromium: Ensure runtime deps for enabled plugins. 2015-01-26 09:31:03 +01:00
sandbox.nix
update.sh