status-desktop/nix/pkgs/qt-5/modules/qtnetworkauth.nix

7 lines
88 B
Nix
Raw Permalink Normal View History

2024-01-19 12:30:40 +00:00
{ qtModule, qtbase }:
qtModule {
pname = "qtnetworkauth";
qtInputs = [ qtbase ];
}