kdePackages: Gear 24.08.2 -> 24.08.3
This commit is contained in:
parent
9d4343b7b2
commit
780f200e8f
@ -7,7 +7,7 @@
|
|||||||
cargo,
|
cargo,
|
||||||
rustc,
|
rustc,
|
||||||
# provided as callPackage input to enable easier overrides through overlays
|
# provided as callPackage input to enable easier overrides through overlays
|
||||||
cargoHash ? "sha256-E+QaicYnFF79FDIhhvuEPQLikiLk5oKIjvLA132RUZo=",
|
cargoHash ? "sha256-9cwNQSw0ueWyyL/qgWXXqIRsi4Lk/DX48CIbvQFNgP8=",
|
||||||
}:
|
}:
|
||||||
mkKdeDerivation rec {
|
mkKdeDerivation rec {
|
||||||
pname = "akonadi-search";
|
pname = "akonadi-search";
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
cargo,
|
cargo,
|
||||||
rustc,
|
rustc,
|
||||||
# provided as callPackage input to enable easier overrides through overlays
|
# provided as callPackage input to enable easier overrides through overlays
|
||||||
cargoHash ? "sha256-B3M5tkmftR4nFbPAQqJDvvPidVGxq/8zH0KRgpBR92w=",
|
cargoHash ? "sha256-gE3wrRI8TaiA6LNqyrpEuw8ALnprGjzWQduCckG1Eo0=",
|
||||||
qcoro,
|
qcoro,
|
||||||
}:
|
}:
|
||||||
mkKdeDerivation rec {
|
mkKdeDerivation rec {
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
mkKdeDerivation,
|
mkKdeDerivation,
|
||||||
fetchpatch,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
ocaml,
|
ocaml,
|
||||||
eigen,
|
eigen,
|
||||||
@ -11,15 +10,6 @@
|
|||||||
mkKdeDerivation {
|
mkKdeDerivation {
|
||||||
pname = "kalzium";
|
pname = "kalzium";
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Fix build with Qt 6.8
|
|
||||||
# FIXME: remove in next major update
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://invent.kde.org/education/kalzium/-/commit/557d9bc96636f413430d0789cbf775915fc0dc45.patch";
|
|
||||||
hash = "sha256-KDCT/COqk7OTuF8pN7qrRrIPRU4PSGm+efpCDGbtZwA=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
# FIXME: look into how to make it find libfacile
|
# FIXME: look into how to make it find libfacile
|
||||||
extraNativeBuildInputs = [
|
extraNativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
corrosion,
|
corrosion,
|
||||||
alpaka,
|
alpaka,
|
||||||
# provided as callPackage input to enable easier overrides through overlays
|
# provided as callPackage input to enable easier overrides through overlays
|
||||||
cargoHash ? "sha256-t7izRAYjuCYA0YMZaCnvwbVo2UvfTTvdlYUd69T6w/Q=",
|
cargoHash ? "sha256-2t4i7lTJxVNjsU5eO6svadZBIerSyXt6BMScpEl119s=",
|
||||||
}:
|
}:
|
||||||
mkKdeDerivation rec {
|
mkKdeDerivation rec {
|
||||||
pname = "kdepim-addons";
|
pname = "kdepim-addons";
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user