disable kodi-joyn eval on riscv
This commit is contained in:
parent
9f8015564f
commit
e794263a64
1 changed files with 9 additions and 2 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"
|
||||
|
|
Loading…
Reference in a new issue