kodi/wrapper: fix typo, preferLocalBuilds -> preferLocalBuild

This commit is contained in:
Joachim Fasting 2016-12-14 03:48:20 +01:00
parent b55cef7514
commit 52cb1df30c
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation {
done) done)
''; '';
preferLocalBuilds = true; preferLocalBuild = true;
meta = with kodi.meta; { meta = with kodi.meta; {
inherit license homepage; inherit license homepage;