Compare commits
No commits in common. "e005f52df7669f7a4728bb38227b8d560ace2bd2" and "dfc6793a922269a35deb68c4ca53949d9b8b5fe8" have entirely different histories.
e005f52df7
...
dfc6793a92
|
@ -3,15 +3,7 @@
|
|||
with kodiPkgs; [
|
||||
pvr-iptvsimple
|
||||
inputstreamhelper
|
||||
(inputstream-adaptive.overrideAttrs
|
||||
(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-adaptive
|
||||
inputstream-rtmp
|
||||
visualization-projectm
|
||||
visualization-waveform
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
fetchurl,
|
||||
squashfsTools,
|
||||
python3,
|
||||
nspr,
|
||||
# Depends on kernel used, in kb
|
||||
pageSize ? 4,
|
||||
}: let
|
||||
|
@ -46,8 +45,4 @@ in
|
|||
squashfsTools
|
||||
python3
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
nspr
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue