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
/
oxygen-icons5.nix
blob
7121944d5d39fd4393c1d399633a4418b0ca5888
1
{ mkDerivation
2
, lib
3
, extra-cmake-modules
4
, qtbase
5
}:
6
7
mkDerivation {
8
pname = "oxygen-icons5";
9
meta.license = lib.licenses.lgpl3Plus;
10
nativeBuildInputs = [ extra-cmake-modules ];
11
buildInputs = [ qtbase ];
12
outputs = [ "out" ]; # only runtime outputs
13
}