Skip to content

Commit

Permalink
Documentation: Add missing dependencies for Nix
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ErnestKz authored and linusg committed Sep 7, 2021
1 parent a8d96df commit 82cb885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/BuildInstructionsOther.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ stdenv.mkDerivation {
patch
ccache
rsync
unzip
# Example Build-time Additional Dependencies
pkgconfig
Expand All @@ -55,6 +56,7 @@ stdenv.mkDerivation {
# Example Run-time Additional Dependencies
openssl
x11
qemu
# glibc
];
hardeningDisable = [ "format" "fortify" ];
Expand Down

0 comments on commit 82cb885

Please sign in to comment.