Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
crystal: fix "play" subcommand
Browse files Browse the repository at this point in the history
Co-authored-by: Merlin Göttlinger <megoettlinger@gmail.com>
  • Loading branch information
zarelit and mgttlinger committed Oct 27, 2018
1 parent 6455346 commit 473c890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/crystal/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, lib, fetchFromGitHub, fetchurl, makeWrapper
, 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
binaryVersion = "0.26.0";
Expand Down Expand Up @@ -57,7 +57,7 @@ let

buildInputs = [
boehmgc libatomic_ops pcre libevent
llvm
llvm zlib openssl
] ++ stdenv.lib.optionals stdenv.isDarwin [
libiconv
];
Expand Down

0 comments on commit 473c890

Please sign in to comment.