summary refs log tree commit diff
path: root/pkgs/development/tools/misc/patchelf/new.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/patchelf/new.nix')
-rw-r--r--pkgs/development/tools/misc/patchelf/new.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/tools/misc/patchelf/new.nix b/pkgs/development/tools/misc/patchelf/new.nix
deleted file mode 100644
index dfda22814ebd..000000000000
--- a/pkgs/development/tools/misc/patchelf/new.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{stdenv, fetchurl}:
-
-stdenv.mkDerivation {
-  name = "patchelf-0.1pre4005";
-  src = fetchurl {
-    url = http://nix.cs.uu.nl/dist/nix/patchelf-0.1pre4005/patchelf-0.1pre4005.tar.gz;
-    md5 = "95f0a2025d72a8499d608cc706c097b3";
-  };
-}