mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
calligraplan: fix build for CMake 4
(cherry picked from commit 1e72a6b3bc)
This commit is contained in:
parent
42c41ebb7e
commit
89d28f807d
1 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
stdenv,
|
||||
fetchFromGitLab,
|
||||
fetchpatch,
|
||||
qt5,
|
||||
libsForQt5,
|
||||
cmake,
|
||||
|
|
@ -21,6 +22,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
hash = "sha256-szPdRxbzJ2+nmgp+1FwmKZwHEDV8EtbDW/3jsw4J6HI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://invent.kde.org/office/calligraplan/-/commit/cdd85c895b487a8b3837bf8b864103997e0af544.patch";
|
||||
hash = "sha256-IMoJvvszPuIdWedeU7PQw8ngYmMA7k//wXfT+mZQP88=";
|
||||
})
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
qt5.qtbase
|
||||
libsForQt5.kdbusaddons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue