1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-17 14:45:53 +02:00

gnu: binutils@2.33.1: Do not inherit replacements from binutils.

* gnu/packages/base.scm (binutils-2.33): Use INHERIT instead of PACKAGE/INHERIT.
This commit is contained in:
Marius Bakke
2020-06-26 13:54:10 +02:00
parent 4a13050b87
commit 70cbab44e3
+2 -2
View File
@@ -559,8 +559,8 @@ included.")
;; big refactoring of xtensa-modules.c (commit 567607c11fbf7105 upstream).
;; Keep this version around until the patch is updated.
(define-public binutils-2.33
(package/inherit
binutils
(package
(inherit binutils)
(version "2.33.1")
(source (origin
(inherit (package-source binutils))