Fixed log nesting; added Qi.

svn path=/nixpkgs/trunk/; revision=9601
This commit is contained in:
Michael Raskin
2007-11-08 14:34:54 +00:00
parent 2a8bb1725d
commit a8db1746a5
24 changed files with 65 additions and 35 deletions

View File

@@ -9,7 +9,6 @@ args : with args;
buildInputs = [perl perlXMLParser];
configureFlags = [];
} null; /* null is a terminator for sumArgs */
with stringsWithDeps;
stdenv.mkDerivation rec {
name = "intltool-0.36.2";
builder = writeScript (name + "-builder")

View File

@@ -12,7 +12,6 @@ args : with args;
cd ltrace-*;
";
} null; /* null is a terminator for sumArgs */
with stringsWithDeps;
let
preConfigure = FullDepEntry ("
sed -e 's@-o root -g root@@' -i Makefile.in;