From 0d299bc2f738ab5a946ef0208df412a018e71ff7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 3 Mar 2006 22:31:16 +0000 Subject: * Purify aangifte2005. Now we can do our taxes in NixOS ;-) svn path=/nixpkgs/trunk/; revision=4980 --- pkgs/development/tools/misc/patchelf/new.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pkgs/development/tools/misc/patchelf/new.nix (limited to 'pkgs/development/tools') diff --git a/pkgs/development/tools/misc/patchelf/new.nix b/pkgs/development/tools/misc/patchelf/new.nix new file mode 100644 index 000000000000..33afc6023ab5 --- /dev/null +++ b/pkgs/development/tools/misc/patchelf/new.nix @@ -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"; + }; +} -- cgit 1.4.1