disable kodi-joyn eval on riscv

This commit is contained in:
Charlotte 🦝 Delenk 2024-11-12 17:25:17 +01:00
parent 9f8015564f
commit e794263a64

View file

@ -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"