purescript: tweak inlined import and usages

Co-Authored-By: justinwoo <moomoowoo@gmail.com>
This commit is contained in:
Graham Christensen 2019-03-20 15:55:48 +02:00 committed by GitHub
parent 037f5fdffa
commit 5aaf79d189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
{ stdenv, fetchurl, zlib, gmp, ncurses5 }:
{ stdenv, fetchurl, zlib, gmp, ncurses5, lib }:
# from justinwoo/easy-purescript-nix
# https://github.com/justinwoo/easy-purescript-nix/blob/d383972c82620a712ead4033db14110497bc2c9c/purs.nix
@ -50,7 +50,7 @@ in stdenv.mkDerivation rec {
mkdir -p $out/etc/bash_completion.d/
$PURS --bash-completion-script $PURS > $out/etc/bash_completion.d/purs-completion.bash
'';
meta = with stdenv.lib; {
meta = with stdenv.lib; {
description = "A strongly-typed functional programming language that compiles to JavaScript";
homepage = http://www.purescript.org/;
license = licenses.bsd3;