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

8 lines
114 B
Nix
Raw Normal View History

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