summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/patchelf/new.nix9
1 files changed, 9 insertions, 0 deletions
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";
+  };
+}