mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Fix typo introduced by e6077fbc46
.
Already created a line note about that in the commit, but somehow it went unnoticed and most other typos introduced by that commit are already fixed by now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
7e439ea13c
commit
59a75fc985
|
@ -7909,7 +7909,7 @@ let
|
|||
++ lib.optional (cfg.enableGoogleTalkPlugin or false) google_talk_plugin
|
||||
);
|
||||
libs =
|
||||
if config.browserNameenableQuakeLive or false
|
||||
if config.browserName.enableQuakeLive or false
|
||||
then with xlibs; [ stdenv.gcc libX11 libXxf86dga libXxf86vm libXext libXt alsaLib zlib ]
|
||||
else [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue