Compare commits
No commits in common. "46fea2c34aa585894cf998389970f5bd2597208f" and "9f8015564feea05c80457087b1d675f57cf31a8c" have entirely different histories.
46fea2c34a
...
9f8015564f
3 changed files with 3 additions and 13 deletions
11
flake.nix
11
flake.nix
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue