Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
kirigami: add missing qttranslations
  • Loading branch information
peterhoeg committed Jul 5, 2017
1 parent fe5cdc4 commit 9f10b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/kirigami/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, cmake, extra-cmake-modules, pkgconfig
, plasma-framework, qtbase
, plasma-framework, qtbase, qttranslations
, qtquickcontrols ? null
, qtquickcontrols2 ? null }:

Expand All @@ -15,7 +15,7 @@ let
inherit sha256;
};

buildInputs = [ plasma-framework qtbase qtqc ];
buildInputs = [ plasma-framework qtbase qtqc qttranslations ];

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

Expand Down

0 comments on commit 9f10b52

Please sign in to comment.