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

Problem: we are not packaged by racket2nix #113

Merged
merged 2 commits into from
Mar 30, 2018

Conversation

clacke
Copy link
Member

@clacke clacke commented Mar 30, 2018

With fractalide/racket2nix#97 we can now package fractalide.

Solution: Package fractalide with racket2nix (PR 97).

Now you can build fractalide with nix-build -A pkgs.fractalide in
the repo root. Run ./result/bin/hyperflow to see the editor
running.

To update pkgs/fractalide.nix, run:

nix-shell path/to/racket2nix -A racket2nix-env --run "racket2nix path/to/fractalide > path/to/fractalide/pkgs/fractalide.nix"

No slash at the end of path/to/fractalide! See fractalide/racket2nix#96 .

typed-map-lib contains the code, typed-map drags in tests and
documentation, and that ultimately means racket2nix needs to clone
170 MB of racket.git every time.

Solution: Depend on typed-map-lib instead.
With fractalide/racket2nix#97 we can now package fractalide.

Solution: Package fractalide with racket2nix (PR 97).

Now you can build fractalide with "nix-build -A pkgs.fractalide" in
the repo root. Run ./result/bin/hyperflow to see the editor
running.

To update pkgs/fractalide.nix, run:

    nix-shell path/to/racket2nix -A racket2nix-env --run "racket2nix path/to/fractalide > path/to/fractalide/pkgs/fractalide.nix"
@sjmackenzie sjmackenzie merged commit 662c650 into fractalide:master Mar 30, 2018
@clacke clacke deleted the racket2nix-packaged branch March 30, 2018 11:35
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

2 participants