mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
7 lines
91 B
Nix
7 lines
91 B
Nix
{ qtSubmodule, qtbase }:
|
|
|
|
qtSubmodule {
|
|
name = "qtx11extras";
|
|
qtInputs = [ qtbase ];
|
|
}
|