Skip to content

Commit

Permalink
Merge pull request #86682 from romildo/fix.libqtxdg
Browse files Browse the repository at this point in the history
lxqt.libqtxdg: fix include and lib install directories
  • Loading branch information
romildo committed May 4, 2020
2 parents bbdb6ee + 4dd6ea0 commit 150782c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/desktops/lxqt/libqtxdg/default.nix
Expand Up @@ -32,6 +32,8 @@ mkDerivation rec {
preConfigure = ''
cmakeFlagsArray+=(
"-DQTXDGX_ICONENGINEPLUGIN_INSTALL_PATH=$out/$qtPluginPrefix/iconengines"
"-DCMAKE_INSTALL_INCLUDEDIR=include"
"-DCMAKE_INSTALL_LIBDIR=lib"
)
'';

Expand Down

0 comments on commit 150782c

Please sign in to comment.