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,
|
libffi,
|
||||||
libxml2,
|
libxml2,
|
||||||
llvmPackages,
|
llvmPackages,
|
||||||
python3,
|
sphinx,
|
||||||
stdenv,
|
stdenv,
|
||||||
testers,
|
testers,
|
||||||
zlib,
|
zlib,
|
||||||
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
inherit (llvmPackages) libclang llvm;
|
inherit (llvmPackages) libclang llvm;
|
||||||
inherit (python3.pkgs) sphinx;
|
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "castxml";
|
pname = "castxml";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user