wrapFirefox: add enableAdobeReader

So far we only have 32-bit package.
It will be silently missed on 64-bit ATM.
This commit is contained in:
Vladimír Čunát
2016-02-09 18:21:40 +01:00
parent 85bedcf7e9
commit 177464ade9
2 changed files with 4 additions and 1 deletions
@@ -22,6 +22,8 @@ stdenv.mkDerivation {
libPath = stdenv.lib.makeLibraryPath
[ stdenv.cc.cc libX11 zlib libxml2 cups pango atk gtk glib gdk_pixbuf ];
passthru.mozillaPlugin = "/libexec/adobe-reader/Browser/intellinux";
meta = {
description = "Adobe Reader, a viewer for PDF documents";
homepage = http://www.adobe.com/products/reader;