Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
bbafef3f
Commit
bbafef3f
authored
11 years ago
by
Mark H Weaver
Browse files
Options
Downloads
Patches
Plain Diff
gnu: texinfo: Make version 4.13a available.
* gnu/packages/texinfo.scm (texinfo-4): New variable.
parent
05e8a0b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/texinfo.scm
+14
-0
14 additions, 0 deletions
gnu/packages/texinfo.scm
with
14 additions
and
0 deletions
gnu/packages/texinfo.scm
+
14
−
0
View file @
bbafef3f
...
@@ -50,3 +50,17 @@ (define-public texinfo
...
@@ -50,3 +50,17 @@ (define-public texinfo
their source and the command-line Info reader. The emphasis of the language
their source and the command-line Info reader. The emphasis of the language
is on expressing the content semantically, avoiding physical markup commands."
)
is on expressing the content semantically, avoiding physical markup commands."
)
(
license
gpl3+
)))
(
license
gpl3+
)))
(
define-public
texinfo-4
(
package
(
inherit
texinfo
)
(
version
"4.13a"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
string-append
"mirror://gnu/texinfo/texinfo-"
version
".tar.lzma"
))
(
sha256
(
base32
"1rf9ckpqwixj65bw469i634897xwlgkm5i9g2hv3avl6mv7b0a3d"
))))
(
inputs
`
((
"ncurses"
,
ncurses
)
(
"xz"
,
xz
)))))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment