mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
crystal: fix build on Darwin
This commit is contained in:
parent
2a6f518b90
commit
5b52e90e4a
|
@ -73,6 +73,7 @@ let
|
|||
|
||||
FLAGS = [
|
||||
"--release"
|
||||
"--no-debug"
|
||||
"--single-module" # needed for deterministic builds
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue