mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 19:54:05 +00:00
7 lines
85 B
Nix
7 lines
85 B
Nix
|
{ qtSubmodule, qtbase }:
|
||
|
|
||
|
qtSubmodule {
|
||
|
name = "qtsvg";
|
||
|
qtInputs = [ qtbase ];
|
||
|
}
|