depot/third_party/nixpkgs/pkgs/development/libraries/qt-5/modules/qtsvg.nix

7 lines
128 B
Nix

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