mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Documentation: Add missing dependencies for Nix
I was building serenity on quite a fresh NixOS system and it turns out `unzip` and `qemu` were missing from this nix expression to compile and run serenity.
This commit is contained in:
parent
a8d96df8e0
commit
82cb885966
Notes:
sideshowbarker
2024-07-18 04:30:08 +09:00
Author: https://github.com/ErnestKz 🔰
Commit: 82cb885966
Pull-request: https://github.com/SerenityOS/serenity/pull/9862
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
Reviewed-by: https://github.com/linusg ✅
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@ stdenv.mkDerivation {
|
|||
patch
|
||||
ccache
|
||||
rsync
|
||||
unzip
|
||||
|
||||
# Example Build-time Additional Dependencies
|
||||
pkgconfig
|
||||
|
@ -55,6 +56,7 @@ stdenv.mkDerivation {
|
|||
# Example Run-time Additional Dependencies
|
||||
openssl
|
||||
x11
|
||||
qemu
|
||||
# glibc
|
||||
];
|
||||
hardeningDisable = [ "format" "fortify" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue