mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 04:33:57 +00:00
7 lines
88 B
Nix
7 lines
88 B
Nix
{ qtModule, qtbase }:
|
|
|
|
qtModule {
|
|
pname = "qtnetworkauth";
|
|
qtInputs = [ qtbase ];
|
|
}
|