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