Compare commits

..

No commits in common. "46fea2c34aa585894cf998389970f5bd2597208f" and "9f8015564feea05c80457087b1d675f57cf31a8c" have entirely different histories.

3 changed files with 3 additions and 13 deletions

View file

@ -252,18 +252,11 @@
art-lotte
art-lotte-bgs-nsfw
art-lotte-bgs-sfw
kodi-joyn
kodi-pydes
package-updater
;
}
// (
if name != "riscv64-linux" then
{
inherit (pkgs) kodi-joyn;
}
else
{ }
);
};
})
[
"x86_64-linux"

View file

@ -19,9 +19,6 @@ buildKodiAddon {
repo = "plugin.video.joyn";
inherit (srcInfo) rev sha256;
};
postPatch = ''
substituteInPlace --replace '2.26.0' '3.0.0' addon.xml
'';
propagatedBuildInputs = [
inputstream-adaptive
inputstreamhelper

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.pydes" name="pyDes" version="2.0.1" provider-name="Todd Whiteman">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />