Skip to content

Commit

Permalink
Merge pull request #71667 from romildo/fix.qt5dxcb-plugin
Browse files Browse the repository at this point in the history
deepin.qt5dxcb-plugin: fix qtbase version
  • Loading branch information
worldofpeace committed Oct 22, 2019
2 parents ea8686e + 32e0398 commit 700dcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/desktops/deepin/qt5dxcb-plugin/default.nix
Expand Up @@ -34,7 +34,7 @@ mkDerivation rec {
# The Qt5 platforms plugin is vendored in the package, however what's there is not always up-to-date with what's in nixpkgs.
# We simply copy the headers from qtbase's source tarball.
mkdir -p platformplugin/libqt5xcbqpa-dev/${qtbase.version}
cp -r ../qtbase-everywhere-src-5.12.4/src/plugins/platforms/xcb/*.h platformplugin/libqt5xcbqpa-dev/${qtbase.version}/
cp -r ../qtbase-everywhere-src-${qtbase.version}/src/plugins/platforms/xcb/*.h platformplugin/libqt5xcbqpa-dev/${qtbase.version}/
'';

qmakeFlags = [
Expand Down

0 comments on commit 700dcaf

Please sign in to comment.