mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-13 01:40:36 +00:00
Toolchain: Remove xlibswrapper and add python3 to serenity.nix
xlibswrapper is removed from `Toolchain/serenity.nix` as it is a wrapper package and has been deprecated. We don't use it in the build anyway. This fixes #19286 During the build, python3 is required so we add `python3` as a build dependency.
This commit is contained in:
parent
47e0ea8e42
commit
0124d731ce
Notes:
sideshowbarker
2024-07-17 11:34:34 +09:00
Author: https://github.com/Alizter Commit: https://github.com/SerenityOS/serenity/commit/0124d731ce Pull-request: https://github.com/SerenityOS/serenity/pull/20865 Issue: https://github.com/SerenityOS/serenity/issues/19286 Reviewed-by: https://github.com/ADKaster
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||
openssl
|
||||
parted
|
||||
qemu
|
||||
xlibsWrapper
|
||||
python3
|
||||
];
|
||||
|
||||
hardeningDisable = [ "format" "fortify" ];
|
||||
|
|
Loading…
Reference in a new issue