-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
mscgen: fix build #85580
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
mscgen: fix build #85580
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.
Why are there changes in pkgs howdoi? Seems like this should go into a different PR.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
e93eb47
to
410fc69
Compare
My apologies. They were in fact part of #85579 and I screwed up my branching. Removed these entirely. |
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.
bison
, pkg-config
and flex
should go into nativeBuildInputs
instead.
Then there is this notice when the tests beeing run
Since you added
and fix the |
And the title of this PR should read like "mscgen: <your description>". |
And last, i guess. Consider adding |
1. Remove freetype dependency: - was not being used by build - trying to enable freetype gives nontrivial error 'gdoTextWidth: Problem doing text layout (GDFONTPATH=)' 2. Correctly link manpages by specifying 'outputs'. 3. Separate nativeBuildInputs from buildInputs Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Thank you; added in 3a7dca9 |
Thank you, fixed in 3a7dca9 |
Thank you. |
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.
Good, thank you 👍
Result of 2 packages built:- asciidoc-full-with-plugins - mscgen |
Motivation for this change
Found
nix-env -iA "nixpkgs.mscgen"
build was broken because of missingpkg-config
dependency. Added it.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)