qemu: remove broken symlink

The hook needs to be fixed, but that's for the next cycle.
For now, just delete the symlink.
This commit is contained in:
K900
2025-01-31 20:16:01 +03:00
parent fed03a2a91
commit bc002a4180
@@ -226,6 +226,9 @@ stdenv.mkDerivation (finalAttrs: {
# injected by the pkgsStatic stdenv
# <https://github.com/NixOS/nixpkgs/issues/83667>
rm -f $out/nix-support/propagated-build-inputs
'' + lib.optionalString finalAttrs.separateDebugInfo ''
# HACK: remove broken symlink created by hook
rm $debug/lib/debug/s390-ccw.img
'';
preBuild = "cd build";