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
fluffychat: 1.22.1 -> 1.23.0 (#364091)
[NixPkgs.git]
/
pkgs
/
applications
/
kde
/
libkdegames.nix
blob
dc667eb75a97b604bcde71da10776069ed5a2536
1
{
2
lib,
3
mkDerivation,
4
extra-cmake-modules,
5
kdoctools,
6
qtdeclarative,
7
kdeclarative,
8
kdnssd,
9
knewstuff,
10
openal,
11
libsndfile,
12
qtquickcontrols,
13
}:
14
15
mkDerivation {
16
pname = "libkdegames";
17
nativeBuildInputs = [
18
extra-cmake-modules
19
kdoctools
20
];
21
buildInputs = [
22
qtdeclarative
23
kdeclarative
24
kdnssd
25
knewstuff
26
openal
27
libsndfile
28
qtquickcontrols
29
];
30
meta = {
31
license = with lib.licenses; [ gpl2 ];
32
maintainers = [ ];
33
};
34
}