about summary refs log tree commit diff
path: root/loft/bugs.scm
diff options
context:
space:
mode:
Diffstat (limited to 'loft/bugs.scm')
-rw-r--r--loft/bugs.scm15
1 files changed, 0 insertions, 15 deletions
diff --git a/loft/bugs.scm b/loft/bugs.scm
deleted file mode 100644
index 62cdfbd..0000000
--- a/loft/bugs.scm
+++ /dev/null
@@ -1,15 +0,0 @@
-(use-modules (gnu packages base)
-             (guix packages))
-
-(define-public binutils-2.29
-  (package
-    (inherit binutils-2.33)
-    (version "2.29")
-    (source (origin
-              (inherit (package-source binutils))
-              (uri (string-append "mirror://gnu/binutils/binutils-"
-                                  version ".tar.bz2"))
-              (sha256
-               (base32
-                "1gqfyksdnj3iir5gzyvlp785mnk60g1pll6zbzbslfchhr4rb8i9"))
-              (patches '())))))