Skip to content

Commit

Permalink
castxml: fix cross (#379697)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Feb 6, 2025
2 parents ed764db + 3d31db3 commit 78b4d2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/by-name/ca/castxml/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
libffi,
libxml2,
llvmPackages,
python3,
sphinx,
stdenv,
testers,
zlib,
Expand All @@ -16,7 +16,6 @@

let
inherit (llvmPackages) libclang llvm;
inherit (python3.pkgs) sphinx;
in
stdenv.mkDerivation (finalAttrs: {
pname = "castxml";
Expand Down

0 comments on commit 78b4d2a

Please sign in to comment.