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
/
qtdatavis3d.nix
blob
1d0f9711e588d41270968d9bcd0f3cf6f7d7e9f1
1
{ qtModule
2
, qtbase
3
, qtdeclarative
4
}:
5
6
qtModule {
7
pname = "qtdatavis3d";
8
qtInputs = [ qtbase qtdeclarative ];
9
}