qemu: remove broken symlink

The hook needs to be fixed, but that's for the next cycle.
For now, just delete the symlink.

K900 bc002a41 fed03a2a

+3
+3
pkgs/applications/virtualization/qemu/default.nix
··· 226 226 # injected by the pkgsStatic stdenv 227 227 # <https://github.com/NixOS/nixpkgs/issues/83667> 228 228 rm -f $out/nix-support/propagated-build-inputs 229 + '' + lib.optionalString finalAttrs.separateDebugInfo '' 230 + # HACK: remove broken symlink created by hook 231 + rm $debug/lib/debug/s390-ccw.img 229 232 ''; 230 233 preBuild = "cd build"; 231 234