summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/gambit
diff options
context:
space:
mode:
authorAlexKnauth <alexander@knauth.org>2021-12-22 10:17:45 -0500
committerAlexKnauth <alexander@knauth.org>2021-12-22 10:17:45 -0500
commit9cee4bccd1052d3e98d9b805dbba343fb649e287 (patch)
tree1359a93ee3c9bceac952bc836cdbdf4314107f93 /pkgs/development/compilers/gambit
parentde2e77ec98e3686f31452003a4164a3740f1bd19 (diff)
gambit: bootstrap install gsc-boot
Diffstat (limited to 'pkgs/development/compilers/gambit')
-rw-r--r--pkgs/development/compilers/gambit/bootstrap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gambit/bootstrap.nix b/pkgs/development/compilers/gambit/bootstrap.nix
index 96e0acdc1fa7..b81e64eaac32 100644
--- a/pkgs/development/compilers/gambit/bootstrap.nix
+++ b/pkgs/development/compilers/gambit/bootstrap.nix
@@ -42,7 +42,7 @@ gccStdenv.mkDerivation {
'';
installPhase = ''
- cp -fa ./ $out/gambit/
+ cp -fa ./gsc-boot $out/gambit/
'';
forceShare = [ "info" ];