Skip to content

Commit

Permalink
kodi: fixup build by using older swig
Browse files Browse the repository at this point in the history
The log got some lines with `swig error : Unrecognized option`
I suspect the trigger was swig update in (7b1064c).
  • Loading branch information
vcunat committed Dec 22, 2024
1 parent 2862907 commit 13f16ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/video/kodi/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ in stdenv.mkDerivation (finalAttrs: {
"-DENABLE_OPTICAL=${if opticalSupport then "ON" else "OFF"}"
"-DENABLE_VDPAU=${if vdpauSupport then "ON" else "OFF"}"
"-DLIRC_DEVICE=/run/lirc/lircd"
"-DSWIG_EXECUTABLE=${buildPackages.swig}/bin/swig"
"-DSWIG_EXECUTABLE=${buildPackages.swig3}/bin/swig"
"-DFLATBUFFERS_FLATC_EXECUTABLE=${buildPackages.flatbuffers}/bin/flatc"
"-DPYTHON_EXECUTABLE=${buildPackages.python3Packages.python}/bin/python"
"-DPYTHON_LIB_PATH=${python3Packages.python.sitePackages}"
Expand Down

0 comments on commit 13f16ea

Please sign in to comment.