Skip to content

Commit

Permalink
Merge pull request fractalide#195 from clacke/absolute-installation
Browse files Browse the repository at this point in the history
Problem: Launcher creation is not pure
  • Loading branch information
sjmackenzie authored Sep 3, 2018
2 parents 8a6ed91 + 73e928d commit 76f2291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/racket2nix.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ mkRacketDerivation = suppliedAttrs: let racketDerivation = lib.makeOverridable (
(lib-search-dirs . ,lib-dirs)
(lib-dir . ,(format "~a/lib/racket" out))
(bin-dir . ,(format "~a/bin" out))
(absolute-installation . #t)
(absolute-installation? . #t)
(installation-name . ".")

(links-search-files . ,(share/racket "links.rktd"))
Expand Down

0 comments on commit 76f2291

Please sign in to comment.