nixpkgs/pkgs/development/libraries/qt-5/modules/qtnetworkauth.nix

7 lines
88 B
Nix
Raw Normal View History

2019-04-23 02:05:38 -07:00
{ qtModule, qtbase }:
qtModule {
2021-05-14 03:53:30 -07:00
pname = "qtnetworkauth";
2019-04-23 02:05:38 -07:00
qtInputs = [ qtbase ];
}