1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge #58631: djview: fix mozilla plugin path

This commit is contained in:
Vladimír Čunát 2019-04-21 10:25:54 +02:00
commit 9960ff9c83
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AGL ];
passthru = {
mozillaPlugin = "/lib/netscape/plugins";
mozillaPlugin = "/lib/mozilla/plugins";
};
meta = with stdenv.lib; {