1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
Commit graph

34 commits

Author SHA1 Message Date
github-actions[bot] 33e2cbc61f
Merge staging-next into staging 2024-09-20 12:05:56 +00:00
K900 5b3bd93bab kdePackages: nixfmt 2024-09-20 08:54:48 +03:00
github-actions[bot] 2e6560786a
Merge staging-next into staging 2024-09-14 12:05:07 +00:00
K900 88035c347d kdePackages: Frameworks 6.5 -> 6.6 2024-09-14 11:03:43 +03:00
Wolfgang Walther 96ddeee42a
extra-cmake-modules: support structuredAttrs in hooks 2024-09-08 22:06:42 +02:00
K900 7a01a1bd6b Revert "kdePackages.kimageformats: explicitly add libavif dependencies"
This reverts commit c3943851a1.

Proper fix in previous commit.
2024-07-26 19:22:59 +03:00
github-actions[bot] df41014acf
Merge staging-next into staging 2024-07-26 12:01:48 +00:00
K900 c3943851a1 kdePackages.kimageformats: explicitly add libavif dependencies
These should be propagated, but it's too late in the cycle to change that.
2024-07-26 10:20:16 +03:00
K900 6149730abe kdePackages: fix build under real strictDeps 2024-07-26 08:44:58 +03:00
K900 425b56aa89 kdePackages.kio: 6.4.0 -> 6.4.1 2024-07-20 00:18:30 +03:00
K900 8f07f00e8f kdePackages.kirigami: hack to propagate qqc2-desktop-style 2024-07-16 16:40:14 +03:00
K900 8e4a87c54f kdePackages.kio: cherry-pick fix for drag and drop on Wayland 2024-07-15 21:37:09 +03:00
K900 45cd7d5ab6 kdePackages: Frameworks 6.3.0 -> 6.4.0 2024-07-13 11:41:10 +03:00
K900 9043e8619f kdePackages.ksvg: backport bug fix 2024-06-20 15:37:27 +03:00
K900 0ff2232bdb kdePackages.kio: resolve full paths to executables from the caller
We can't rely on systemd here because it doesn't have PATH.
2024-06-12 14:03:11 +03:00
K900 3ba92f8967 kdePackages.solid: drop merged patch 2024-05-10 18:04:16 +03:00
K900 8af8158e07 kdePackages: clear out duplicate deps 2024-05-10 16:50:10 +03:00
Nick Cao 2329c4bb87
kdePackages.kdoctools: use default outputs 2024-04-29 10:09:24 -04:00
K900 45bc5d5b88
Merge pull request #305692 from Naxdy/work/add-python3-to-ecm
kdePackages/ecm: add `python3` to `extraPropagatedBuildInputs`
2024-04-22 11:44:01 +03:00
K900 5eade37305
Merge pull request #305806 from K900/backport-solid-luks
kdePackages.solid: backport fix for mounting LUKS devices
2024-04-22 10:16:19 +03:00
Naxdy 20cd060754
kdePackages/ecm: add python3 to extraPropagatedBuildInputs 2024-04-21 20:25:59 +02:00
K900 9fd30b8be4 kdePackages.solid: backport fix for mounting LUKS devices
Fixes #305748.
2024-04-21 21:18:18 +03:00
Naxdy 7e61ef9c48
kdePackages/ecm: format 2024-04-21 10:23:35 +02:00
K900 dae444bb46
kdePackages.extra-cmake-modules: fix kxmlgui install location
Ugh. Fixes #305420.
2024-04-20 21:52:38 +03:00
Vladimír Čunát ee727e253e
kdePackages.ki18n: fixup build, missing python3
https://hydra.nixos.org/build/256386319/nixlog/2/tail

I don't know what's changed to cause this regression,
but adding python3 like this shouldn't make things worse.
2024-04-16 07:44:01 +02:00
K900 d202fd07ed kdePackages.kfilemetadata: add new kcodecs dependency 2024-04-12 21:01:33 +03:00
K900 0aed6cb2b3 kdePackages.qqc2-desktop-style: add new qttools dependency 2024-04-12 21:01:28 +03:00
K900 3f2aac327f kdePackages.kservice: handle sycoca disappearing better
This is not a complete fix, the whole thing is still full of races,
but at least this gets it to explode a lot less often.
2024-04-09 08:29:36 +03:00
K900 bb70068f7b kdePackages.extra-cmake-modules: chop off some of the setup hook
Just removing stuff that should never be necessary.
2024-03-26 23:06:33 +03:00
K900 33389fcdc5
Merge pull request #296721 from alois31/ecm-hook-offset
kdePackages.extra-cmake-modules: fix hook offset
2024-03-26 21:48:49 +03:00
stuebinm ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Alois Wohlschlager 2da73a5ac2
kdePackages.extra-cmake-modules: fix hook offset
In `kdePackages`, `strictDeps` is set and `extra-cmake-modules` goes into
`buildInputs`. The hook should run against the `buildInputs`, so it should
have `hostOffset`. This fixes for example the loading of translations that
come from dependencies.
2024-03-17 19:09:38 +01:00
Alois Wohlschlager 113cc2d086
kdePackages.baloo: fix systemd unit to actually work
The kde-systemd-start-condition binary is not part of baloo. Hence the
condition check would fail and baloo would not start automatically. Use a
proper path instead.
2024-03-05 09:06:39 +01:00
K900 ce77225e21 pkgs/kde: init at 6.0.0 / 24.02.0, the Nix bits
This is the thing you want to look at.
2024-02-28 18:49:23 +03:00