From 0f93c18a19781152aa47867487888d6e7b8302cd Mon Sep 17 00:00:00 2001 From: Zack Grannan Date: Mon, 30 Jul 2018 10:02:56 +0800 Subject: [PATCH] Add perl, nodejs to stack-shell.nix --- stack-shell.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stack-shell.nix b/stack-shell.nix index 9c992ec4f..a015ef638 100644 --- a/stack-shell.nix +++ b/stack-shell.nix @@ -3,10 +3,12 @@ with (import {}); let libs = [ - libffi - zlib - ncurses gmp + libffi + ncurses + nodejs + perl + zlib ]; native_libs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Cocoa