asterius icon indicating copy to clipboard operation
asterius copied to clipboard

Add support for building asterius with nix-tools

Open hamishmack opened this issue 6 years ago • 2 comments

hamishmack avatar Apr 08 '19 23:04 hamishmack

It's unclear to me how you actually build a component, I tried things along the lines of

➜  asterius git:(345c46a) nix build -f default.nix asterius.components.library
error: attribute 'asterius' in selection path 'asterius.components.library' not found

shmish111 avatar Apr 29 '19 09:04 shmish111

This is very much work in progress.

I have pushed the latest changes and you can try it out with:

nix-build -A nix-tools._raw.asterius-boot

At this point it will fail because the boot library source is for ghc HEAD and the nix build is being done with ghc 8.6. I am going to start try to replace this with patches. Most likely we will need one set of patches for ghc 8.6 boot libs and one for ghc HEAD.

hamishmack avatar May 01 '19 00:05 hamishmack