mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
all-packages.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=27863
This commit is contained in:
parent
c78c1288c3
commit
bb87bf9a55
1 changed files with 1 additions and 1 deletions
|
@ -7201,7 +7201,7 @@ let
|
|||
++ lib.optional (getConfig [browserName "enableMPlayer"] false) (MPlayerPlugin browser)
|
||||
++ lib.optional (getConfig [browserName "enableGeckoMediaPlayer"] false) gecko_mediaplayer
|
||||
++ lib.optional (supportsJDK && getConfig [browserName "jre"] false && jrePlugin ? mozillaPlugin) jrePlugin
|
||||
++ lib.optional (getConfig [browserName "enableGoogleTalkPlugin"] false) google_talk_plugin
|
||||
++ lib.optional (getConfig [browserName "enableGoogleTalkPlugin"] false) google_talk_plugin
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue