mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
kodi/wrapper: fix typo, preferLocalBuilds -> preferLocalBuild
This commit is contained in:
parent
b55cef7514
commit
52cb1df30c
@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
||||
done)
|
||||
'';
|
||||
|
||||
preferLocalBuilds = true;
|
||||
preferLocalBuild = true;
|
||||
|
||||
meta = with kodi.meta; {
|
||||
inherit license homepage;
|
||||
|
Loading…
Reference in New Issue
Block a user