mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 15:32:30 -07:00
9 lines
217 B
Nix
9 lines
217 B
Nix
{ runCommand, sox, lame, pigz }: runCommand "busy-mp3"
|
|
{
|
|
nativeBuildInputs = [ sox lame pigz ];
|
|
}
|
|
''
|
|
${builtins.readFile ./../../../../../scripts/deps-docker/busy-mp3.sh}
|
|
mv /dev/shm/busy.mp3.gz $out
|
|
''
|