-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
futhark: build and install manpages #83716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few comments above with small changes to make, although I haven't actually tested that they work. If you merge them in, please test that they all actually do what they appear to do.
Also, please rebase this on the haskell-updates
branch and set the base branch to haskell-updates
here on github.
Alright, I made the changes, rebased on haskell-updates, and it still builds fine. Looks like changing the base branch on GitHub made poor ofborg think this is a much bigger deal than it really is, though. |
Looks good, and builds on linux, so I'll go ahead and merge this in. Thanks for fixing this up! |
Motivation for this change
The
futhark
package used to not install man pages. Now it does. The only complication is that thefuthark
source tarball contains only manpage sources (in RST format), which must be built using Sphinx.Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)