mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +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:
committed by
Andrew Kaster
parent
47e0ea8e42
commit
0124d731ce
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||||||
openssl
|
openssl
|
||||||
parted
|
parted
|
||||||
qemu
|
qemu
|
||||||
xlibsWrapper
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
hardeningDisable = [ "format" "fortify" ];
|
hardeningDisable = [ "format" "fortify" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user