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

7 lines
85 B
Nix
Raw Normal View History

{ qtModule, qtbase }:
qtModule {
name = "qtx11extras";
qtInputs = [ qtbase ];
}