From 488ef9a7a09378047289db2285c59239349a2c87 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Sun, 18 Mar 2018 10:17:57 +0100 Subject: SDL: avoid cryptic error from /bin/sh impurity --- pkgs/development/libraries/SDL/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/libraries/SDL/default.nix b/pkgs/development/libraries/SDL/default.nix index 534f31ad1f47..5e1c527eb8b5 100644 --- a/pkgs/development/libraries/SDL/default.nix +++ b/pkgs/development/libraries/SDL/default.nix @@ -42,6 +42,9 @@ stdenv.mkDerivation rec { sha256 = "005d993xcac8236fpvd1iawkz4wqjybkpn8dbwaliqz5jfkidlyn"; }; + # make: *** No rule to make target 'build/*.lo', needed by 'build/libSDL.la'. Stop. + postPatch = "patchShebangs ./configure"; + outputs = [ "out" "dev" ]; outputBin = "dev"; # sdl-config -- cgit 1.4.1