7 lines
87 B
Nix
Raw Normal View History

{ qtSubmodule, qtbase }:
qtSubmodule {
name = "qttools";
qtInputs = [ qtbase ];
}