gambit: bootstrap install gsc-boot

This commit is contained in:
AlexKnauth 2021-12-22 10:17:45 -05:00
parent de2e77ec98
commit 9cee4bccd1

View file

@ -42,7 +42,7 @@ gccStdenv.mkDerivation {
'';
installPhase = ''
cp -fa ./ $out/gambit/
cp -fa ./gsc-boot $out/gambit/
'';
forceShare = [ "info" ];