mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
crystal: fix "play" subcommand
Co-authored-by: Merlin Göttlinger <megoettlinger@gmail.com>
This commit is contained in:
parent
6455346395
commit
473c890034
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, fetchurl, makeWrapper
|
{ stdenv, lib, fetchFromGitHub, fetchurl, makeWrapper
|
||||||
, gmp, openssl, readline, tzdata, libxml2, libyaml
|
, gmp, openssl, readline, tzdata, libxml2, libyaml
|
||||||
, boehmgc, libatomic_ops, pcre, libevent, libiconv, llvm, clang, which }:
|
, boehmgc, libatomic_ops, pcre, libevent, libiconv, llvm, clang, which, zlib }:
|
||||||
|
|
||||||
let
|
let
|
||||||
binaryVersion = "0.26.0";
|
binaryVersion = "0.26.0";
|
||||||
@ -57,7 +57,7 @@ let
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
boehmgc libatomic_ops pcre libevent
|
boehmgc libatomic_ops pcre libevent
|
||||||
llvm
|
llvm zlib openssl
|
||||||
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
||||||
libiconv
|
libiconv
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user