mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 14:05:15 +00:00
Toolchain: Add grub2 and parted to serenity.nix
This allows building the GRUB disk image from within the nix shell.
This commit is contained in:
parent
bb98ae08b8
commit
1657a46ee7
Notes:
sideshowbarker
2024-07-17 03:16:02 +09:00
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ stdenv.mkDerivation {
|
||||||
qemu
|
qemu
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
fuse2fs
|
fuse2fs
|
||||||
|
# To build the GRUB disk image
|
||||||
|
grub2
|
||||||
|
parted
|
||||||
];
|
];
|
||||||
|
|
||||||
hardeningDisable = [ "format" "fortify" ];
|
hardeningDisable = [ "format" "fortify" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue