Age | Commit message (Collapse) | Author |
|
This allows building the GRUB disk image from within the nix shell.
|
|
This previously missing package was needed for root-less image building
:)
|
|
Should deal with build errors related to a missing crypt.h file
|
|
pkgconfig was renamed to pkg-config in nixpkgs.
|
|
|
|
|
|
Nix (nixpkgs) have updated a while back how the e2fsprogs derivation
works and now fuse2fs wasnt being installed with it. It is now needed to
add a new derivation (package) to the dependency list: "fuse2fs". This
fixes the Meta/serenity.sh script not finding the fuse2fs binary for
rootless image building :^)
|
|
* x11 package name has changed to xlibsWrapper.
* texinfo is necessary for Makeinfo.
* e2fsprogs was recenty fixed on nicpkgs to include fuse2fs to mount
serenity images without root access but it needed some configuration.
|
|
Moves the nix script to setup the build environment from Documentation
into the Toolchain as a callable script. I also modified the script
to accept a "pkgs" argument to make it easy to override the nixpkgs
version from the command-line when calling the script.
|