forked from mirrors/nixpkgs
Fix typo in pulseaudio.nix
This commit is contained in:
parent
ae892ab675
commit
18eff26dd9
|
@ -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.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue