summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-10-15 10:33:31 -0400
committerGitHub <noreply@github.com>2018-10-15 10:33:31 -0400
commit94c6f1ba0ee02b5e322911420bef426618deec0a (patch)
tree943a2b11429e59f255ef7257af49764d239d3be4 /doc
parenta8a3928a34146b3f6ad6152cf41e936ffb3ec625 (diff)
parent861b70f4839be610f16fbfdf58a9670a3f8f3296 (diff)
downloadnixlib-94c6f1ba0ee02b5e322911420bef426618deec0a.tar
nixlib-94c6f1ba0ee02b5e322911420bef426618deec0a.tar.gz
nixlib-94c6f1ba0ee02b5e322911420bef426618deec0a.tar.bz2
nixlib-94c6f1ba0ee02b5e322911420bef426618deec0a.tar.lz
nixlib-94c6f1ba0ee02b5e322911420bef426618deec0a.tar.xz
nixlib-94c6f1ba0ee02b5e322911420bef426618deec0a.tar.zst
nixlib-94c6f1ba0ee02b5e322911420bef426618deec0a.zip
Merge pull request #48463 from Ekleog/release-notes-license
 release-notes/18-09: add licenses marked as unfree 
Diffstat (limited to 'doc')
-rw-r--r--doc/package-notes.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index 0543e06a05d4..dad28d3ec8b2 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -413,7 +413,8 @@ packageOverrides = pkgs: {
     in your <filename>/etc/nixos/configuration.nix</filename>. You'll also need
 <programlisting>hardware.pulseaudio.support32Bit = true;</programlisting>
     if you are using PulseAudio - this will enable 32bit ALSA apps integration.
-    To use the Steam controller or other Steam supported controllers such as the DualShock 4 or Nintendo Switch Pro, you need to add
+    To use the Steam controller or other Steam supported controllers such as
+    the DualShock 4 or Nintendo Switch Pro, you need to add
 <programlisting>hardware.steam-hardware.enable = true;</programlisting>
     to your configuration.
    </para>