racket: fix runtime error on darwin
This commit is contained in:
parent
0b62f5adfd
commit
875b09672a
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
dontStrip = stdenv.isDarwin;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A programmable programming language";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue