grav1server
This commit is contained in:
parent
5a71aef29c
commit
e0690a11c0
|
@ -38,14 +38,8 @@ stdenv.mkDerivation {
|
||||||
cp actions.py $out/bin/actions.py
|
cp actions.py $out/bin/actions.py
|
||||||
chmod +x $out/bin/server
|
chmod +x $out/bin/server
|
||||||
|
|
||||||
cp grav1c.py $out/bin/client
|
|
||||||
chmod +x $out/bin/client
|
|
||||||
|
|
||||||
wrapProgram $out/bin/server \
|
wrapProgram $out/bin/server \
|
||||||
--prefix PATH : ${lib.makeBinPath [ ffmpeg libaom libvpx (dav1d.override { withTools = true;}) ]}
|
--prefix PATH : ${lib.makeBinPath [ ffmpeg libaom libvpx (dav1d.override { withTools = true;}) ]}
|
||||||
|
|
||||||
wrapProgram $out/bin/client \
|
|
||||||
--prefix PATH : ${lib.makeBinPath [ ffmpeg libaom libvpx (dav1d.override { withTools = true;}) ]}
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue