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
mysql80: fix darwin and LLVM 19 build (#374591)
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtx11extras.nix
blob
8d5aa2fd235f475f8955bf30676a896ee0010fa9
1
{ qtModule, qtbase }:
2
3
qtModule {
4
pname = "qtx11extras";
5
propagatedBuildInputs = [ qtbase ];
6
}