diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-19 11:38:05 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-19 11:38:05 +0900 |
commit | e5e298e5d2e8f436f045f9223143c84b4ba611f1 (patch) | |
tree | 2a02b4f8317971ace8fbbef7597de7d26c4c0f01 /loft/bugs.scm | |
parent | 1f99b4d80db7a6e386d715cc10f8d02b673bf6e1 (diff) | |
download | loftix-e5e298e5d2e8f436f045f9223143c84b4ba611f1.tar.gz |
License under GPLv3+
Diffstat (limited to 'loft/bugs.scm')
-rw-r--r-- | loft/bugs.scm | 15 |
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 '()))))) |