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

7 lines
88 B
Nix
Raw Normal View History

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