mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
kdePackages.kdeconnect-kde: fix build with Qt 6.9
This commit is contained in:
parent
60f0515338
commit
0c3b7c7174
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
wayland,
|
wayland,
|
||||||
wayland-protocols,
|
wayland-protocols,
|
||||||
libfakekey,
|
libfakekey,
|
||||||
|
fetchpatch,
|
||||||
}:
|
}:
|
||||||
mkKdeDerivation {
|
mkKdeDerivation {
|
||||||
pname = "kdeconnect-kde";
|
pname = "kdeconnect-kde";
|
||||||
|
@ -18,6 +19,13 @@ mkKdeDerivation {
|
||||||
(replaceVars ./hardcode-sshfs-path.patch {
|
(replaceVars ./hardcode-sshfs-path.patch {
|
||||||
sshfs = lib.getExe sshfs;
|
sshfs = lib.getExe sshfs;
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# Fix build with Qt 6.9
|
||||||
|
# FIXME: remove in next update
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://invent.kde.org/network/kdeconnect-kde/-/commit/120a089ed8a45176289b8f1addf044817b13aa7b.patch";
|
||||||
|
hash = "sha256-ifos4wMFimhtksqMhhHPfHrEV5+PSXLdapgqGwQj/Hc=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
# Hardcoded as a QString, which is UTF-16 so Nix can't pick it up automatically
|
# Hardcoded as a QString, which is UTF-16 so Nix can't pick it up automatically
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue