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
forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-6
/
modules
/
qtwebsockets.nix
blob
c3a346a8d78a6841aff5855662ad0e0a4286bacf
1
{ qtModule
2
, qtbase
3
, qtdeclarative
4
, openssl
5
}:
6
7
qtModule {
8
pname = "qtwebsockets";
9
propagatedBuildInputs = [ qtbase qtdeclarative ];
10
buildInputs = [ openssl ];
11
}