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
linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtmacextras.nix
blob
5e7ccf702045b305a8857fc5be9e0e0ae7cf9e46
1
{ lib, qtModule, qtbase }:
2
3
qtModule {
4
name = "qtmacextras";
5
qtInputs = [ qtbase ];
6
meta = with lib; {
7
maintainers = with maintainers; [ periklis ];
8
platforms = platforms.darwin;
9
};
10
}