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
python312Packages.llm-gguf: init at 0.2 (#364926)
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-6
/
modules
/
qtquickeffectmaker.nix
blob
f71c891e5f8f4ba3359045dd72d17298adfa0a53
1
{
2
qtModule,
3
qtbase,
4
qtquick3d,
5
}:
6
7
qtModule {
8
pname = "qtquickeffectmaker";
9
propagatedBuildInputs = [
10
qtbase
11
qtquick3d
12
];
13
meta.mainProgram = "qqem";
14
}