8 lines
115 B
Nix
8 lines
115 B
Nix
{ qtModule, qtbase }:
|
|
|
|
qtModule {
|
|
pname = "qtsvg";
|
|
qtInputs = [ qtbase ];
|
|
outputs = [ "out" "dev" "bin" ];
|
|
}
|