Merge pull request #283796 from Elserjo/qpdfview
qpdfview: fix missing translations
This commit is contained in:
commit
aa7e5cc700
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchurl
|
||||
, qmake
|
||||
, qtbase
|
||||
, qttools
|
||||
, qtsvg
|
||||
, pkg-config
|
||||
, poppler
|
||||
|
@ -24,6 +25,7 @@ mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
qmake
|
||||
qttools
|
||||
pkg-config
|
||||
];
|
||||
|
||||
|
@ -39,6 +41,7 @@ mkDerivation rec {
|
|||
];
|
||||
|
||||
preConfigure = ''
|
||||
lrelease qpdfview.pro
|
||||
qmakeFlags+=(*.pro)
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue