castxml: fix cross

This is due to the fact that python3.pkgs is not spliced [1].

[1]: https://github.com/NixOS/nixpkgs/issues/211340
This commit is contained in:
Sergei Zimmerman
2025-02-05 23:45:58 +03:00
parent c8429f1bb2
commit 3d31db331e
+1 -2
View File
@@ -5,7 +5,7 @@
libffi,
libxml2,
llvmPackages,
python3,
sphinx,
stdenv,
testers,
zlib,
@@ -16,7 +16,6 @@
let
inherit (llvmPackages) libclang llvm;
inherit (python3.pkgs) sphinx;
in
stdenv.mkDerivation (finalAttrs: {
pname = "castxml";