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

7 lines
87 B
Nix

{ qtModule, qtbase }:
qtModule {
name = "qtnetworkauth";
qtInputs = [ qtbase ];
}