mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 08:23:25 +00:00
7 lines
165 B
Nix
7 lines
165 B
Nix
{ runCommand, sfxr-qt }:
|
|
|
|
runCommand "sfxr-qt-test-export-square-wave" ''
|
|
mkdir $out
|
|
${sfxr-qt}/bin/sfxr-qt --export --output $out/output.wav ${./input.sfxj}
|
|
''
|