factor-lang: fix upgrade to include changes from 8d999d4
This commit is contained in:
parent
044b0ec94d
commit
85d04f272a
1 changed files with 6 additions and 0 deletions
|
@ -150,6 +150,11 @@ stdenv.mkDerivation {
|
|||
done)> $out/lib/factor/ld.so.cache
|
||||
|
||||
make -j$NIX_BUILD_CORES linux-x86-64
|
||||
printf "First build from upstream boot image\n" >&2
|
||||
./build.sh bootstrap
|
||||
printf "Rebuild boot image\n" >&2
|
||||
./factor -script -e='"unix-x86.64" USING: system bootstrap.image memory ; make-image save 0 exit'
|
||||
printf "Second build from local boot image\n" >&2
|
||||
./build.sh bootstrap
|
||||
runHook postBuild
|
||||
'';
|
||||
|
@ -214,5 +219,6 @@ stdenv.mkDerivation {
|
|||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ vrthra spacefrogg ];
|
||||
platforms = lib.intersectLists platforms.x86_64 platforms.linux;
|
||||
mainProgram = "factor";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue