diff options
author | Jakub Kądziołka <kuba@kadziolka.net> | 2020-06-22 02:13:09 +0200 |
---|---|---|
committer | Jakub Kądziołka <kuba@kadziolka.net> | 2020-06-22 02:35:55 +0200 |
commit | f8a28b6c6d4fe7642b7df35e8518e3c0174ede74 (patch) | |
tree | e8e3e305890b2c4bcd06800078e714cc0d1df841 | |
parent | 5a9a438146c5df87847240af9dbbc11458de8781 (diff) |
gnu: bison-3.6: Don't change the name of the package.
This is a follow-up to commit 512d23c65d82bb874ca1fb3c12095b1cec8bbfca.
* gnu/packages/bison (bison-3.6)[name]: Remove the overridden value.
-rw-r--r-- | gnu/packages/bison.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm index 63b14c7059..725f38263f 100644 --- a/gnu/packages/bison.scm +++ b/gnu/packages/bison.scm @@ -68,7 +68,6 @@ simple tools through complex programming languages.") (define-public bison-3.6 (package (inherit bison) - (name "bison-3.6") (version "3.6.3") (source (origin |