This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6df5ca68f5
nixpkgs
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtnetworkauth.nix
7 lines
88 B
Nix
Raw
Normal View
History
Unescape
Escape
qt5.qtnetworkauth: init
2019-04-23 02:05:38 -07:00
{
qtModule
,
qtbase
}:
qtModule
{
Restore version in Qt derivation names
2021-05-14 03:53:30 -07:00
pname
=
"
q
t
n
e
t
w
o
r
k
a
u
t
h
"
;
qt5.qtnetworkauth: init
2019-04-23 02:05:38 -07:00
qtInputs
=
[
qtbase
]
;
}