mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
Toolchain: Add fuse2fs to serenity.nix
This previously missing package was needed for root-less image building :)
This commit is contained in:
parent
654950eaf7
commit
743f494a9c
Notes:
sideshowbarker
2024-07-17 06:24:08 +09:00
Author: https://github.com/Baitinq
Commit: 743f494a9c
Pull-request: https://github.com/SerenityOS/serenity/pull/17344
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ stdenv.mkDerivation {
|
||||||
gmp
|
gmp
|
||||||
libmpc
|
libmpc
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
|
fuse2fs
|
||||||
patch
|
patch
|
||||||
ccache
|
ccache
|
||||||
rsync
|
rsync
|
||||||
|
@ -27,6 +28,7 @@ stdenv.mkDerivation {
|
||||||
xlibsWrapper
|
xlibsWrapper
|
||||||
qemu
|
qemu
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
|
fuse2fs
|
||||||
];
|
];
|
||||||
|
|
||||||
hardeningDisable = [ "format" "fortify" ];
|
hardeningDisable = [ "format" "fortify" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue