Compare commits
No commits in common. "e005f52df7669f7a4728bb38227b8d560ace2bd2" and "dfc6793a922269a35deb68c4ca53949d9b8b5fe8" have entirely different histories.
e005f52df7
...
dfc6793a92
|
@ -3,15 +3,7 @@
|
||||||
with kodiPkgs; [
|
with kodiPkgs; [
|
||||||
pvr-iptvsimple
|
pvr-iptvsimple
|
||||||
inputstreamhelper
|
inputstreamhelper
|
||||||
(inputstream-adaptive.overrideAttrs
|
inputstream-adaptive
|
||||||
(oldAttrs: {
|
|
||||||
extraInstallPhase = let
|
|
||||||
n = namespace;
|
|
||||||
in ''
|
|
||||||
ln -s $out/lib/addons/${n}/libssd_wv.so $out/${addonDir}/${n}/libssd_wv.so
|
|
||||||
ln -s $out/lib/addons/${n}/libcdm_aarch64_loader.so $out/${addonDir}/${n}/libcdm_aarch64_loader.so
|
|
||||||
'';
|
|
||||||
}))
|
|
||||||
inputstream-rtmp
|
inputstream-rtmp
|
||||||
visualization-projectm
|
visualization-projectm
|
||||||
visualization-waveform
|
visualization-waveform
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
fetchurl,
|
fetchurl,
|
||||||
squashfsTools,
|
squashfsTools,
|
||||||
python3,
|
python3,
|
||||||
nspr,
|
|
||||||
# Depends on kernel used, in kb
|
# Depends on kernel used, in kb
|
||||||
pageSize ? 4,
|
pageSize ? 4,
|
||||||
}: let
|
}: let
|
||||||
|
@ -46,8 +45,4 @@ in
|
||||||
squashfsTools
|
squashfsTools
|
||||||
python3
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
|
||||||
nspr
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue