* Revived RPM. Damn, RPM is nasty to build.

svn path=/nixpkgs/trunk/; revision=8407
This commit is contained in:
Eelco Dolstra
2007-03-21 19:25:58 +00:00
parent 778d516e41
commit 505c169238
13 changed files with 76 additions and 108 deletions
@@ -0,0 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "elfutils-0.125";
src = fetchurl {
url = http://ftp.cs.pu.edu.tw/Linux/sourceware/systemtap/elfutils/elfutils-0.125.tar.gz;
sha256 = "191n7ss9hbhgm5q6ak2bdiwmid8ls1ivn30hl18a5d6bqal50529";
};
}