summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-10-22 13:02:59 +0000
committerGitHub <noreply@github.com>2019-10-22 13:02:59 +0000
commit700dcaf30f6e2d4277b9a12f45e8575616c3df1b (patch)
treee84c9901c06de2c1ee494712615d29ec949245eb /pkgs
parentea8686e253aa5efef05a1e295dfb248ff6a6f470 (diff)
parent32e039828090a9792307c5a15f5e6ce90b5dab42 (diff)
downloadnixpkgs-700dcaf30f6e2d4277b9a12f45e8575616c3df1b.tar
nixpkgs-700dcaf30f6e2d4277b9a12f45e8575616c3df1b.tar.gz
nixpkgs-700dcaf30f6e2d4277b9a12f45e8575616c3df1b.tar.bz2
nixpkgs-700dcaf30f6e2d4277b9a12f45e8575616c3df1b.tar.lz
nixpkgs-700dcaf30f6e2d4277b9a12f45e8575616c3df1b.tar.xz
nixpkgs-700dcaf30f6e2d4277b9a12f45e8575616c3df1b.tar.zst
nixpkgs-700dcaf30f6e2d4277b9a12f45e8575616c3df1b.zip
Merge pull request #71667 from romildo/fix.qt5dxcb-plugin
deepin.qt5dxcb-plugin: fix qtbase version
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/deepin/qt5dxcb-plugin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/deepin/qt5dxcb-plugin/default.nix b/pkgs/desktops/deepin/qt5dxcb-plugin/default.nix
index 76eac2e0ebb..f382e605bac 100644
--- a/pkgs/desktops/deepin/qt5dxcb-plugin/default.nix
+++ b/pkgs/desktops/deepin/qt5dxcb-plugin/default.nix
@@ -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 = [