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
nixos/doh-server: init
[NixPkgs.git]
/
pkgs
/
applications
/
audio
/
faust
/
faust2firefox.nix
blob
cda50b929629be6ac945c344624ce9973b8cb22b
1
{
2
faust,
3
xdg-utils,
4
}:
5
6
# This just runs faust2svg, then attempts to open a browser using
7
# 'xdg-open'.
8
9
faust.wrap {
10
11
baseName = "faust2firefox";
12
13
runtimeInputs = [ xdg-utils ];
14
15
}