repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-6
/
modules
/
qtlanguageserver.nix
blob
07115d6755a560fa8f2ffe21121b8bdcee5f3c4c
1
{ qtModule
2
, qtbase
3
}:
4
5
qtModule {
6
pname = "qtlanguageserver";
7
qtInputs = [ qtbase ];
8
9
# Doesn't have version set
10
dontCheckQtModuleVersion = true;
11
}