Unverified Commit 1bda8716 authored by K900's avatar K900 Committed by GitHub
Browse files

kdePackages: Gear 25.12.2 -> 25.12.3 (#496930)

parents ab53dac4 d25224ad
Loading
Loading
Loading
Loading
+747 −747

File changed.

Preview size limit exceeded, changes collapsed.

+6 −0
Original line number Diff line number Diff line
@@ -24,4 +24,10 @@ mkKdeDerivation {
    freerdp
    pam
  ];

  # Hardcoded as QString, which is UTF-16 so Nix can't pick it up automatically
  postFixup = ''
    mkdir -p $out/nix-support
    echo "${lib.getExe openssl}" > $out/nix-support/depends
  '';
}