status-desktop/nix/pkgs/qt-5/modules/qtsvg.nix

8 lines
115 B
Nix
Raw Normal View History

2024-01-19 12:30:40 +00:00
{ qtModule, qtbase }:
qtModule {
pname = "qtsvg";
qtInputs = [ qtbase ];
outputs = [ "out" "dev" "bin" ];
}