* Revert r7041. I think we're better off with gensplash than with
splashy. svn path=/nixpkgs/trunk/; revision=7059
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{ stdenv, fetchurl, perl
|
||||
, enableStaticLibraries ? true
|
||||
}:
|
||||
{stdenv, fetchurl, perl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "directfb-1.0.0-pre-rc2";
|
||||
@@ -9,5 +7,4 @@ stdenv.mkDerivation {
|
||||
md5 = "1996c8e90075b1177b847cd594122401";
|
||||
};
|
||||
buildInputs = [perl];
|
||||
configureFlags = "${if enableStaticLibraries then "--enable-static" else ""}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user