1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-22 22:49:47 -04:00
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
browser.nix
common.nix
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