* Work around a dependency on /bin/bash.

svn path=/nixpkgs/trunk/; revision=7128
This commit is contained in:
Eelco Dolstra 2006-11-25 00:40:09 +00:00
parent 491f505848
commit a1b0fb3979

View file

@ -9,6 +9,7 @@ stdenv.mkDerivation {
patches = [./no-fbsplash.patch];
dontAddPrefix = 1;
configureScript = "sh ./configure";
configureFlags = "--without-ttf --without-png --without-fbsplash";
# Hack hack hack.