Merge pull request #220739 from spacefrogg/factor-fix

factor: Fix "resource:work" pointing to store

authored by Sandro and committed by GitHub 5cd9b426 6c31eb55

+6
+6
pkgs/development/compilers/factor-lang/factor98.nix
··· 150 150 done)> $out/lib/factor/ld.so.cache 151 151 152 152 make -j$NIX_BUILD_CORES linux-x86-64 153 + printf "First build from upstream boot image\n" >&2 154 + ./build.sh bootstrap 155 + printf "Rebuild boot image\n" >&2 156 + ./factor -script -e='"unix-x86.64" USING: system bootstrap.image memory ; make-image save 0 exit' 157 + printf "Second build from local boot image\n" >&2 153 158 ./build.sh bootstrap 154 159 runHook postBuild 155 160 ''; ··· 214 219 license = licenses.bsd2; 215 220 maintainers = with maintainers; [ vrthra spacefrogg ]; 216 221 platforms = lib.intersectLists platforms.x86_64 platforms.linux; 222 + mainProgram = "factor"; 217 223 }; 218 224 }