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
forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-6
/
modules
/
qtquickeffectmaker.nix
blob
085ce493de610d0b69fe6931a6b6cb5eb8715e11
1
{ qtModule
2
, qtbase
3
, qtquick3d
4
}:
5
6
qtModule {
7
pname = "qtquickeffectmaker";
8
propagatedBuildInputs = [ qtbase qtquick3d ];
9
meta.mainProgram = "qqem";
10
}