* Purify aangifte2005. Now we can do our taxes in NixOS ;-)

svn path=/nixpkgs/trunk/; revision=4980
This commit is contained in:
Eelco Dolstra
2006-03-03 22:31:16 +00:00
parent 85252cbcfd
commit 0d299bc2f7
4 changed files with 24 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "patchelf-0.2pre4979";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/patchelf-0.2pre4979/patchelf-0.2pre4979.tar.bz2;
md5 = "d45a5a8e13fcef951556d351cc7a64a0";
};
}