check-link-targets.sh
checks.aarch64-darwin.home-manager
· build #75
· raw
configurePhase
1no configure script, doing nothinginstallPhase
2no Makefile or custom installPhase, doing nothingfixupPhase
3checking for references to /nix/var/nix/builds/nix-64925-2091716130/ in /nix/store/lkkg6ay1cihhl1g54z2pf3h25iaia3hf-check-link-targets.sh...4/nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh: line 39: 67401 Done find "$dir" -type f -not -path '*/.build-id/*' -print05 67402 Segmentation fault: 11 | while IFS= read -r -d '' file; do6 if isELF "$file"; then7 printf '%s\0' "$file" 1>&3;8 else9 if isScript "$file"; then10 filename=${file##*/}; dir=${file%/*}; if [ -e "$dir/.$filename-wrapped" ]; then11 printf '%s\0' "$file" 1>&4;12 fi;13 fi;14 fi;15done16patching script interpreter paths in /nix/store/lkkg6ay1cihhl1g54z2pf3h25iaia3hf-check-link-targets.sh