Skip to content

Commit

Permalink
Merge pull request #36 from clacke/tilde-2
Browse files Browse the repository at this point in the history
Problem: template text invalid format string, missing apostrophe
  • Loading branch information
sjmackenzie authored Feb 26, 2018
2 parents 9cc16dd + 4fb1470 commit ee7b88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion racket2nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ stdenv.mkDerivation rec {

installPhase = ''
if ! ulimit -n $maxFileDescriptors; then
echo >&2 If the number of allowed file descriptors is lower than ~2048,'
echo >&2 If the number of allowed file descriptors is lower than '~~2048,'
echo >&2 packages like drracket or racket-doc will not build correctly.
echo >&2 If raising the soft limit fails '(like it just did)', you will
echo >&2 have to raise the hard limit on your operating system.
Expand Down

0 comments on commit ee7b88f

Please sign in to comment.