This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-01-16 01:45:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
18d915e48e
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 09:05:38 +00:00
{
qtModule
,
qtbase
}:
qtModule
{
Restore version in Qt derivation names
2021-05-14 10:53:30 +00:00
pname
=
"
q
t
n
e
t
w
o
r
k
a
u
t
h
"
;
qt5.qtnetworkauth: init
2019-04-23 09:05:38 +00:00
qtInputs
=
[
qtbase
]
;
}
Reference in New Issue
Copy Permalink