nixpkgs/pkgs/development/libraries/qt-5/modules/qtnetworkauth.nix
2019-05-20 20:17:59 -04:00

7 lines
122 B
Nix

{ qtModule, qtbase }:
qtModule {
name = "qtnetworkauth";
qtInputs = [ qtbase ];
outputs = [ "out" "dev" "bin" ];
}