kodiPlugins: fix wrapper evaluation
This commit is contained in:
parent
b7fd4554be
commit
8b5c59219b
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,8 @@ let self = rec {
|
|||
|
||||
dontStrip = true;
|
||||
|
||||
extraRuntimeDependencies = [ ];
|
||||
|
||||
installPhase = ''
|
||||
${if isNull sourceDir then "" else "cd $src/$sourceDir"}
|
||||
d=$out${pluginDir}/${namespace}
|
||||
|
@ -75,6 +77,8 @@ let self = rec {
|
|||
buildInputs = [ cmake kodiPlain kodi-platform libcec_platform ]
|
||||
++ extraBuildInputs;
|
||||
|
||||
inherit extraRuntimeDependencies;
|
||||
|
||||
# disables check ensuring install prefix is that of kodi
|
||||
cmakeFlags = [
|
||||
"-DOVERRIDE_PATHS=1"
|
||||
|
|
Loading…
Reference in a new issue