* Strace fixes.

svn path=/nixpkgs/trunk/; revision=6911
This commit is contained in:
Eelco Dolstra
2006-10-30 15:36:33 +00:00
parent 39b95dd1f9
commit 84983f974f
3 changed files with 36 additions and 1 deletions
@@ -8,4 +8,6 @@ stdenv.mkDerivation {
url = http://nix.cs.uu.nl/dist/tarballs/strace-4.5.14.tar.bz2;
md5 = "09bcd5d00ece28f8154dec11cadfce3c";
};
patches = [./fixes.patch];
}