gnu: gdb@8.2: Do not inherit replacements from 'gdb'.
* gnu/packages/gdb.scm (gdb-8.2): Use INHERIT instead of PACKAGE/INHERIT.
This commit is contained in:
parent
361541d4a5
commit
a81b8dfeb5
1 changed files with 10 additions and 10 deletions
|
@ -130,8 +130,8 @@ written in C, C++, Ada, Objective-C, Pascal and more.")
|
||||||
;; This version of GDB is required by some of the Rust compilers, see
|
;; This version of GDB is required by some of the Rust compilers, see
|
||||||
;; <https://bugs.gnu.org/37810>.
|
;; <https://bugs.gnu.org/37810>.
|
||||||
(define-public gdb-8.2
|
(define-public gdb-8.2
|
||||||
(package/inherit
|
(package
|
||||||
gdb-9.1
|
(inherit gdb-9.1)
|
||||||
(version "8.2.1")
|
(version "8.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Reference in a new issue