From ef068c0ff94463a8f52db14046bba6ce0991a829 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 21 Apr 2014 22:46:36 +0200 Subject: collections: Don't use NSAPI wrapper for Chromium. We're now using the PepperAPI Flash version, which is mainly for testing purposes. In the long run, the goal is to get rid of Flash entirely. Signed-off-by: aszlig --- collections/aszlig.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/collections/aszlig.nix b/collections/aszlig.nix index 0f9a98ff..85c05899 100644 --- a/collections/aszlig.nix +++ b/collections/aszlig.nix @@ -105,7 +105,10 @@ with pkgs; ]; misc = [ - chromiumBetaWrapper + (chromiumBeta.override { + enablePepperFlash = true; + enablePepperPDF = true; + }) firefox ghostscript gimp -- cgit 1.4.1