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