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

7 lines
87 B
Nix
Raw Normal View History

2019-04-23 10:05:38 +01:00
{ qtModule, qtbase }:
qtModule {
name = "qtnetworkauth";
qtInputs = [ qtbase ];
}