forked from mirrors/nixpkgs
7 lines
85 B
Nix
7 lines
85 B
Nix
|
{ qtSubmodule, qtbase }:
|
||
|
|
||
|
qtSubmodule {
|
||
|
name = "qtsvg";
|
||
|
qtInputs = [ qtbase ];
|
||
|
}
|