Unverified Commit 2cee23fb authored by K900's avatar K900 Committed by GitHub
Browse files

kdePackages: Plasma 6.4.4 -> 6.4.5 (#441425)

parents 218f765a 483208ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@
mkKdeDerivation {
  pname = "marble";

  # breaks with split outputs
  # FIXME: track this down
  outputs = [ "out" ];

  extraNativeBuildInputs = [
    perl
    pkg-config
+207 −207

File changed.

Preview size limit exceeded, changes collapsed.

+0 −8
Original line number Diff line number Diff line
@@ -26,14 +26,6 @@ mkKdeDerivation {
    ./0003-plugins-qpa-allow-using-nixos-wrapper.patch
    ./0001-NixOS-Unwrap-executable-name-for-.desktop-search.patch
    ./0001-Lower-CAP_SYS_NICE-from-the-ambient-set.patch

    # Backport fix for very annoying flickering on AMD GPUs
    # when animating brightness changes.
    # FIXME: remove in 6.4.5
    (fetchpatch {
      url = "https://invent.kde.org/plasma/kwin/-/commit/7d36003cb073ed2ad48b2743883db993106c347a.patch";
      hash = "sha256-x+GVRU1CIne1TsGJsk2+JbWJi/wuDOFiABXuqgDD9bs=";
    })
  ];

  postPatch = ''