summary refs log tree commit diff
path: root/pkgs/desktops/deepin
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2019-10-22 09:44:12 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2019-10-22 09:44:12 -0300
commit32e039828090a9792307c5a15f5e6ce90b5dab42 (patch)
treedbd36fc765e49932478b943747bfbe62e34a5268 /pkgs/desktops/deepin
parent872166e13650ffb39012c13d6841b56564b8fe58 (diff)
downloadnixpkgs-32e039828090a9792307c5a15f5e6ce90b5dab42.tar
nixpkgs-32e039828090a9792307c5a15f5e6ce90b5dab42.tar.gz
nixpkgs-32e039828090a9792307c5a15f5e6ce90b5dab42.tar.bz2
nixpkgs-32e039828090a9792307c5a15f5e6ce90b5dab42.tar.lz
nixpkgs-32e039828090a9792307c5a15f5e6ce90b5dab42.tar.xz
nixpkgs-32e039828090a9792307c5a15f5e6ce90b5dab42.tar.zst
nixpkgs-32e039828090a9792307c5a15f5e6ce90b5dab42.zip
deepin.qt5dxcb-plugin: fix qtbase version
Diffstat (limited to 'pkgs/desktops/deepin')
-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 = [