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:
parent
c8429f1bb2
commit
3d31db331e
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user