qtkeychain: Fix install of translations
The following doesn't seem to be quite right and I have missed this when I was introducing qtkeychain in the first place: -- Installing: /nix/store/...-qtkeychain-0.4.0/$out/share/qt/translations/qtkeychain_de.qm -- Installing: /nix/store/...-qtkeychain-0.4.0/$out/share/qt/translations/qtkeychain_ro.qm Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
03b888e205
commit
da24fbd0ec
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "10msaylisbwmgpwd59vr4dfgml75kji8mlfwnwq8yp29jikj5amq";
|
||||
};
|
||||
|
||||
cmakeFlags = [ "-DQT_TRANSLATIONS_DIR=$out/share/qt/translations" ];
|
||||
cmakeFlags = [ "-DQT_TRANSLATIONS_DIR=share/qt/translations" ];
|
||||
|
||||
buildInputs = [ cmake qt4 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user