Compare commits
2 commits
9f8015564f
...
46fea2c34a
Author | SHA1 | Date | |
---|---|---|---|
46fea2c34a | |||
e794263a64 |
3 changed files with 13 additions and 3 deletions
11
flake.nix
11
flake.nix
|
@ -252,11 +252,18 @@
|
|||
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"
|
||||
|
|
|
@ -19,6 +19,9 @@ buildKodiAddon {
|
|||
repo = "plugin.video.joyn";
|
||||
inherit (srcInfo) rev sha256;
|
||||
};
|
||||
postPatch = ''
|
||||
substituteInPlace --replace '2.26.0' '3.0.0' addon.xml
|
||||
'';
|
||||
propagatedBuildInputs = [
|
||||
inputstream-adaptive
|
||||
inputstreamhelper
|
||||
|
|
|
@ -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="2.1.0"/>
|
||||
<import addon="xbmc.python" version="3.0.0"/>
|
||||
</requires>
|
||||
<extension point="xbmc.python.module"
|
||||
library="lib" />
|
||||
|
|
Loading…
Reference in a new issue