forked from mirrors/nixpkgs
* Fix splashutils.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15260
This commit is contained in:
parent
fd6de46f40
commit
eaac5230f2
|
@ -12,6 +12,8 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
configureFlags = "--without-ttf --without-png --without-gpm --with-themedir=/etc/splash";
|
configureFlags = "--without-ttf --without-png --without-gpm --with-themedir=/etc/splash";
|
||||||
|
|
||||||
|
dontDisableStatic = true;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
configureFlags="$configureFlags --with-essential-prefix=$out"
|
configureFlags="$configureFlags --with-essential-prefix=$out"
|
||||||
substituteInPlace src/common.h \
|
substituteInPlace src/common.h \
|
||||||
|
|
Loading…
Reference in a new issue