tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
kirigami: add missing qttranslations
Peter Hoeg
8 years ago
a0fa6178
12ee0fbd
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
kirigami
default.nix
+2
-2
pkgs/development/libraries/kirigami/default.nix
···
1
1
{ stdenv, fetchurl, cmake, extra-cmake-modules, pkgconfig
2
2
-
, plasma-framework, qtbase
2
2
+
, plasma-framework, qtbase, qttranslations
3
3
, qtquickcontrols ? null
4
4
, qtquickcontrols2 ? null }:
5
5
···
15
15
inherit sha256;
16
16
};
17
17
18
18
-
buildInputs = [ plasma-framework qtbase qtqc ];
18
18
+
buildInputs = [ plasma-framework qtbase qtqc qttranslations ];
19
19
20
20
nativeBuildInputs = [ cmake pkgconfig extra-cmake-modules ];
21
21