Skip to content

Commit a0fa617

Browse files
committedJul 4, 2017
kirigami: add missing qttranslations
1 parent 12ee0fb commit a0fa617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/kirigami/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ stdenv, fetchurl, cmake, extra-cmake-modules, pkgconfig
2-
, plasma-framework, qtbase
2+
, plasma-framework, qtbase, qttranslations
33
, qtquickcontrols ? null
44
, qtquickcontrols2 ? null }:
55

@@ -15,7 +15,7 @@ let
1515
inherit sha256;
1616
};
1717

18-
buildInputs = [ plasma-framework qtbase qtqc ];
18+
buildInputs = [ plasma-framework qtbase qtqc qttranslations ];
1919

2020
nativeBuildInputs = [ cmake pkgconfig extra-cmake-modules ];
2121

0 commit comments

Comments
 (0)
Please sign in to comment.