Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
K900 2024-10-29 09:15:21 +03:00
commit 49341a2f27

View File

@ -33,4 +33,10 @@ mkKdeDerivation {
"-DWITH_GDB12=1"
"-DWITH_PYTHON_VENDORING=0"
];
# Hardcoded as QString, which is UTF-16 so Nix can't pick it up automatically
postFixup = ''
mkdir -p $out/nix-support
echo "${gdb'}" > $out/nix-support/depends
'';
}