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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-6
/
modules
/
qtnetworkauth.nix
blob
148ed890fc9edc2e57786571b3cca427061cff7b
1
{ qtModule, qtbase }:
2
3
qtModule {
4
pname = "qtnetworkauth";
5
qtInputs = [ qtbase ];
6
}