mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-03 17:33:26 +03:00
7 lines
85 B
Nix
7 lines
85 B
Nix
|
{ qtSubmodule, qtbase }:
|
||
|
|
||
|
qtSubmodule {
|
||
|
name = "qtsvg";
|
||
|
qtInputs = [ qtbase ];
|
||
|
}
|