summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-09-27 20:59:52 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-09-27 20:59:52 +0200
commit95b706f0db1552a068f951aa603133f265968ddd (patch)
treefe4e6803d0a87f945013318dcc10d64c37036080 /doc
parent8984a761234504e9866443c0458589acfb259233 (diff)
parente83b78b3ed1823fb12aedd709de53bb7e4aba451 (diff)
downloadnixpkgs-95b706f0db1552a068f951aa603133f265968ddd.tar
nixpkgs-95b706f0db1552a068f951aa603133f265968ddd.tar.gz
nixpkgs-95b706f0db1552a068f951aa603133f265968ddd.tar.bz2
nixpkgs-95b706f0db1552a068f951aa603133f265968ddd.tar.lz
nixpkgs-95b706f0db1552a068f951aa603133f265968ddd.tar.xz
nixpkgs-95b706f0db1552a068f951aa603133f265968ddd.tar.zst
nixpkgs-95b706f0db1552a068f951aa603133f265968ddd.zip
Merge branch 'master' into staging
Very many rebuilds from master :-(
Diffstat (limited to 'doc')
-rw-r--r--doc/package-notes.xml38
1 files changed, 12 insertions, 26 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index e1aea62f784..4d87a3a67fe 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -477,32 +477,18 @@ it. Place the resulting <filename>package.nix</filename> file into
 
   <varlistentry>
   <term>Using the FOSS Radeon or nouveau (nvidia) drivers</term>
-  <listitem><itemizedlist><listitem><para>
-  Both the open source radeon drivers as well as the nouveau drivers (nvidia)
-  need a newer libc++ than is provided by the default runtime, which leads to a
-  crash on launch. Use <programlisting>environment.systemPackages =
-  [(pkgs.steam.override { newStdcpp = true; })];</programlisting> in your config
-  if you get an error like
-  <programlisting>
-libGL error: unable to load driver: radeonsi_dri.so
-libGL error: driver pointer missing
-libGL error: failed to load driver: radeonsi
-libGL error: unable to load driver: swrast_dri.so
-libGL error: failed to load driver: swrast</programlisting>
-  or
-  <programlisting>
-libGL error: unable to load driver: nouveau_dri.so
-libGL error: driver pointer missing
-libGL error: failed to load driver: nouveau
-libGL error: unable to load driver: swrast_dri.so
-libGL error: failed to load driver: swrast</programlisting></para></listitem>
-  <listitem><para>
-  Steam ships statically linked with a version of libcrypto that
-  conflics with the one dynamically loaded by radeonsi_dri.so.
-  If you get the error
-  <programlisting>steam.sh: line 713: 7842 Segmentation fault (core dumped)</programlisting>
-  have a look at <link xlink:href="https://github.com/NixOS/nixpkgs/pull/20269">this pull request</link>.
-  </para></listitem>
+  <listitem><itemizedlist>
+    <listitem><para>The <literal>newStdcpp</literal> parameter
+    was removed since NixOS 17.09 and should not be needed anymore.
+    </para></listitem>
+
+    <listitem><para>
+    Steam ships statically linked with a version of libcrypto that
+    conflics with the one dynamically loaded by radeonsi_dri.so.
+    If you get the error
+    <programlisting>steam.sh: line 713: 7842 Segmentation fault (core dumped)</programlisting>
+    have a look at <link xlink:href="https://github.com/NixOS/nixpkgs/pull/20269">this pull request</link>.
+    </para></listitem>
 
   </itemizedlist></listitem></varlistentry>