3
0
Fork 0
forked from mirrors/nixpkgs

Fix typo in pulseaudio.nix

This commit is contained in:
Mike Cooper 2017-01-26 10:00:43 -08:00 committed by Robert Helgesson
parent ae892ab675
commit 18eff26dd9
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -108,7 +108,7 @@ in {
type = types.bool; type = types.bool;
default = false; default = false;
description = '' description = ''
Whether to include the 32-bit pulseaudio libraries in the systemn or not. Whether to include the 32-bit pulseaudio libraries in the system or not.
This is only useful on 64-bit systems and currently limited to x86_64-linux. This is only useful on 64-bit systems and currently limited to x86_64-linux.
''; '';
}; };