Skip to content

Commit

Permalink
texinfo: add ncurses-dev as a dep so the info command builds (#34412)
Browse files Browse the repository at this point in the history
The info command, which is used to read info files, wasn't actually
being built by texinfo because we were missing a build dependency of
ncurses-dev.
  • Loading branch information
murraybd authored Nov 17, 2024
1 parent f674f0c commit f9b4857
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion texinfo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: texinfo
version: 7.1.1
epoch: 1
epoch: 2
description: "GNU documentation tool"
copyright:
- license: GPL-3.0-or-later
Expand All @@ -16,6 +16,7 @@ environment:
- busybox
- ca-certificates-bundle
- ncurses
- ncurses-dev
- openssf-compiler-options
- perl
- wolfi-baselayout
Expand Down Expand Up @@ -58,6 +59,7 @@ test:
pipeline:
# AUTOGENERATED
- runs: |
info --version
install-info --version
makeinfo --version
pdftexi2dvi --version
Expand All @@ -66,6 +68,7 @@ test:
texi2dvi --version
texi2pdf --version
texindex --version
info --help
install-info --help
makeinfo --help
pdftexi2dvi --help
Expand Down

0 comments on commit f9b4857

Please sign in to comment.