Revert "qemu: remove broken symlink"
This reverts commit bc002a4180.
Hook is fixed now.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user