diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-10-14 15:38:23 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-10-14 15:38:23 +0200 |
commit | e5c1f5cfdfe0ba4c0893779e7c5103edb6843465 (patch) | |
tree | 9d5b21a2ead1ec0028ef9b5063c349f5d4c3a75b /gnu | |
parent | 57bc2dcf0bfa300dcdc52d64a201e435c4e65a2c (diff) |
gnu: bison-boot0: Set name to "bison-boot0".
* gnu/packages/commencement.scm (bison-boot0)[name]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/commencement.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 0b01d4f307..1e30027c49 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -1721,8 +1721,7 @@ exec " gcc "/bin/" program ;; Recent versions of Linux-Libre headers also depend on this. (package (inherit bison) - ;; TODO: On the next build cycle, do: - ;;(name "bison-boot0") + (name "bison-boot0") (propagated-inputs `(("m4" ,m4-boot0))) (native-inputs `(("perl" ,perl-boot0))) (inputs (%boot0-inputs)) ;remove Flex... |