nvidia_x11: current long-lived becomes a new legacy

CC: #5070.
This commit is contained in:
Vladimír Čunát
2014-11-24 22:39:00 +01:00
parent bba575ff7a
commit d39c6ceffc
6 changed files with 15 additions and 8 deletions
@@ -1,6 +1,6 @@
{stdenv, fetchurl, kernel, xlibs, zlib, gtk, atk, pango, glib, gdk_pixbuf}:
let
let
versionNumber = "173.14.39";
@@ -8,9 +8,9 @@ in
stdenv.mkDerivation {
name = "nvidia-x11-${versionNumber}-${kernel.version}";
builder = ./builder-legacy.sh;
builder = ./builder-legacy173.sh;
src =
if stdenv.system == "i686-linux" then
fetchurl {
@@ -13,14 +13,17 @@ assert (!libsOnly) -> kernel != null;
let
versionNumber = "340.58";
/* This branch is needed for G8x, G9x, and GT2xx GPUs, and motherboard chipsets based on them.
Ongoing support for new Linux kernels and X servers, as well as fixes for critical bugs,
will be included in 340.* legacy releases through the end of 2019.
*/
inherit (stdenv.lib) makeLibraryPath;
in
stdenv.mkDerivation {
name = "nvidia-x11-${versionNumber}${optionalString (!libsOnly) "-${kernel.version}"}";
builder = ./builder.sh;
builder = ./builder-legacy340.sh;
src =
if stdenv.system == "i686-linux" then