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
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -559,8 +559,8 @@ (define-public binutils+documentation
;; 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))