* Mesa 7.9.1.

svn path=/nixpkgs/branches/x-updates/; revision=25905
This commit is contained in:
Eelco Dolstra
2011-02-11 14:48:30 +00:00
parent e877e4dc13
commit 2c72c03de5
4 changed files with 12 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
{ fetchurl, stdenv}:
{ fetchurl, stdenv }:
stdenv.mkDerivation rec {
name = "talloc-2.0.1";
@@ -9,12 +9,11 @@ stdenv.mkDerivation rec {
};
configureFlags = "--enable-talloc-compat1 --enable-largefile";
meta = {
description = "talloc is a hierarchical pool based memory allocator with destructors";
homepage = http://tdb.samba.org/;
license = "GPLv3";
platforms = stdenv.lib.platforms.all;
};
}