* Purify aangifte2005. Now we can do our taxes in NixOS ;-)
svn path=/nixpkgs/trunk/; revision=4980
This commit is contained in:
9
pkgs/development/tools/misc/patchelf/new.nix
Normal file
9
pkgs/development/tools/misc/patchelf/new.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user