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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
kde-frameworks
/
kguiaddons.nix
blob
98f7e178fb646085a23e22ecc8fd244cfc9fe897
1
{ mkDerivation
2
, extra-cmake-modules
3
, qtbase, qtx11extras, wayland, plasma-wayland-protocols
4
}:
5
6
mkDerivation {
7
pname = "kguiaddons";
8
9
nativeBuildInputs = [ extra-cmake-modules ];
10
buildInputs = [ qtx11extras wayland plasma-wayland-protocols ];
11
propagatedBuildInputs = [ qtbase ];
12
13
outputs = [ "out" "dev" ];
14
}