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
|
++ lib.optional (cfg.enableGoogleTalkPlugin or false) google_talk_plugin
|
||||||
);
|
);
|
||||||
libs =
|
libs =
|
||||||
if config.browserNameenableQuakeLive or false
|
if config.browserName.enableQuakeLive or false
|
||||||
then with xlibs; [ stdenv.gcc libX11 libXxf86dga libXxf86vm libXext libXt alsaLib zlib ]
|
then with xlibs; [ stdenv.gcc libX11 libXxf86dga libXxf86vm libXext libXt alsaLib zlib ]
|
||||||
else [ ];
|
else [ ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user