mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
racket: fix runtime error on darwin
This commit is contained in:
parent
0b62f5adfd
commit
875b09672a
|
@ -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