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
python312Packages.llm-gguf: init at 0.2 (#364926)
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-6
/
modules
/
qtwebchannel.nix
blob
b60e802312e30a87aa2f25746d658bfb13e16f83
1
{
2
qtModule,
3
qtbase,
4
qtdeclarative,
5
qtwebsockets,
6
openssl,
7
}:
8
9
qtModule {
10
pname = "qtwebchannel";
11
propagatedBuildInputs = [
12
qtbase
13
qtdeclarative
14
qtwebsockets
15
];
16
buildInputs = [ openssl ];
17
}