repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
terraform-providers.auth0: 1.9.1 -> 1.10.0 (#375919)
[NixPkgs.git]
/
pkgs
/
applications
/
audio
/
sfxr-qt
/
test-export-square-wave
/
default.nix
blob
eea0d0743e6a515fa1344ddbd51e012a38e2910e
1
{ runCommand, sfxr-qt }:
2
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
''