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
/
qthttpserver.nix
blob
cf32c8a7ea76a3c8d2802b1de4c1f269dd345517
1
{ qtModule
2
, qtbase
3
, qtwebsockets
4
}:
5
6
qtModule {
7
pname = "qthttpserver";
8
propagatedBuildInputs = [ qtbase qtwebsockets ];
9
}