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/kubernetes/kubelet: Fix sandbox image load on containerd 2.x (#364558)
[NixPkgs.git]
/
pkgs
/
applications
/
audio
/
open-music-kontrollers
/
sherlock.nix
blob
0a79951cd9dd538f02365cac4c7030dc4bddb391
1
{
2
callPackage,
3
sratom,
4
flex,
5
...
6
}@args:
7
8
callPackage ./generic.nix (
9
args
10
// rec {
11
pname = "sherlock";
12
version = "0.28.0";
13
14
sha256 = "07zj88s1593fpw2s0r3ix7cj2icfd9zyirsyhr2i8l6d30b6n6fb";
15
16
additionalBuildInputs = [
17
sratom
18
flex
19
];
20
21
description = "Plugins for visualizing LV2 atom, MIDI and OSC events";
22
}
23
)