valentina: fix build
This commit is contained in:
parent
a44888726a
commit
8160250ace
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
, qmake, qttools
|
||||
, qtsvg, qtxmlpatterns
|
||||
, wrapQtAppsHook
|
||||
, autoPatchelfHook
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -20,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
--replace '$$[QT_INSTALL_BINS]/$$LRELEASE' '${lib.getDev qttools}/bin/lrelease'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ qmake qttools wrapQtAppsHook installShellFiles ];
|
||||
nativeBuildInputs = [ qmake qttools wrapQtAppsHook installShellFiles autoPatchelfHook ];
|
||||
|
||||
buildInputs = [ qtsvg qtxmlpatterns ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue