mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 16:34:27 +00:00
8 lines
114 B
Nix
8 lines
114 B
Nix
|
{ qtModule, qtbase }:
|
||
|
|
||
|
qtModule {
|
||
|
name = "qtsvg";
|
||
|
qtInputs = [ qtbase ];
|
||
|
outputs = [ "out" "dev" "bin" ];
|
||
|
}
|