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
tailscale: build derpprobe (#364918)
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-5
/
modules
/
qtmacextras.nix
blob
35475c4793ee730f420ca95d72cc92480279df5a
1
{
2
lib,
3
qtModule,
4
qtbase,
5
}:
6
7
qtModule {
8
pname = "qtmacextras";
9
propagatedBuildInputs = [ qtbase ];
10
meta = with lib; {
11
maintainers = with maintainers; [ periklis ];
12
platforms = platforms.darwin;
13
};
14
}