terraform-providers.auth0: 1.9.1 -> 1.10.0 (#375919)
[NixPkgs.git] / pkgs / applications / audio / sfxr-qt / test-export-square-wave / default.nix
blobeea0d0743e6a515fa1344ddbd51e012a38e2910e
1 { runCommand, sfxr-qt }:
3 runCommand "sfxr-qt-test-export-square-wave" ''
4   mkdir $out
5   ${sfxr-qt}/bin/sfxr-qt --export --output $out/output.wav ${./input.sfxj}
6 ''