Skip to content
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

Haskell bindings #5

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Haskell bindings #5

wants to merge 8 commits into from

Conversation

sternenseemann
Copy link
Owner

No description provided.

This makes it easier to handle multiple packages in the repository so
that independent Nix expressions can all use them without a lot of ugly
passing `pkgs` around. By joining the nixpkgs fixpoint we can also
experiment with `pkgsStatic` etc. later.

BREAKING CHANGE:

default.nix now expects the path to nixpkgs as `nixpkgsSrc` instead of a
`pkgs` argument.
I personally have unifont*.ttf and a few other test fonts in the fonts
directory.
This means that we can finally build a shared library correctly without
to much hassle and will be able to use pkgsStatic as well (provided we
fix the dependencies upstream).

redo is nice, but, while its dependency tracking is better, you end up
scripting a lot in a lot of different places.
We'll be able to use this for the Haskell bindings and will ease
packaging in general.
@sternenseemann sternenseemann force-pushed the haskell-bindings branch 2 times, most recently from 331293b to 45dc249 Compare May 2, 2022 23:04
buchstabensuppe.h already included bitmap.h, flipdot.h was the only
independent one. Since it is relatively simple and contains generally
useful view manipulation routines, we can merge it into the main one as
well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant