From d3c50a23f41779a4e7715046c8c1876a54645b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 17 Nov 2010 10:43:00 +0000 Subject: [PATCH] SuperTuxKart: Use GNU Make 3.81. svn path=/nixpkgs/branches/stdenv-updates/; revision=24725 --- pkgs/top-level/all-packages.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index f026bb7283c0..51f8a06b4537 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -6698,7 +6698,12 @@ let superTux = callPackage ../games/super-tux { }; - superTuxKart = callPackage ../games/super-tux-kart { }; + superTuxKart = callPackage ../games/super-tux-kart { + /* With GNU Make 3.82, the build process is stuck in the `data' + directory, after displaying "Making all in tracks", and `pstree' + indicates that `make' doesn't launch any new process. */ + stdenv = overrideInStdenv stdenv [ gnumake381 ]; + }; teeworlds = callPackage ../games/teeworlds { };