Revert "qemu: remove broken symlink"

This reverts commit bc002a4180.

Hook is fixed now.
This commit is contained in:
K900
2025-02-01 15:19:29 +03:00
parent 6a12ab0c22
commit 25f794db58
@@ -226,9 +226,6 @@ 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";