nixpkgs/pkgs/development/libraries/qt-5/modules/qtsvg.nix
2021-05-14 05:53:30 -05:00

8 lines
115 B
Nix

{ qtModule, qtbase }:
qtModule {
pname = "qtsvg";
qtInputs = [ qtbase ];
outputs = [ "out" "dev" "bin" ];
}