nixpkgs/pkgs/development/libraries/qt-6/modules/qtlanguageserver.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
92 B
Nix
Raw Normal View History

2021-10-16 14:22:24 +02:00
{ qtModule
, qtbase
}:
qtModule {
pname = "qtlanguageserver";
qtInputs = [ qtbase ];
}