ksmoothdock: qt514 -> qt515 (fix build)

This commit is contained in:
SCOTT-HAMILTON 2020-12-29 17:40:22 +01:00
parent 53301ab31b
commit dcab5b7d57
2 changed files with 6 additions and 1 deletions

View file

@ -25,6 +25,11 @@ mkDerivation rec {
url = "https://github.com/dangvd/ksmoothdock/commit/00799bef8a1c1fe61ef9274866267d9fe9194041.patch";
sha256 = "1nmb7gf1ggzicxz8k4fd67xhwjy404myqzjpgjym66wqxm0arni4";
})
# Pull request to fix build on Qt 5.15 https://github.com/dangvd/ksmoothdock/pull/123
(fetchpatch {
url = "https://github.com/dangvd/ksmoothdock/commit/259527aacadb0fd9110d4425b9bf41a15bedce72.patch";
sha256 = "12nj58v9qqrynarn3gpywih3w27mr4n51z1b8mh0rfbnd2kib8dc";
})
];
nativeBuildInputs = [ cmake extra-cmake-modules ];

View file

@ -5124,7 +5124,7 @@ in
peruse = libsForQt5.callPackage ../tools/misc/peruse { };
ksmoothdock = libsForQt514.callPackage ../applications/misc/ksmoothdock { };
ksmoothdock = libsForQt5.callPackage ../applications/misc/ksmoothdock { };
kstars = libsForQt514.callPackage ../applications/science/astronomy/kstars { };