purescript: tweak inlined import and usages
Co-Authored-By: justinwoo <moomoowoo@gmail.com>
This commit is contained in:
parent
037f5fdffa
commit
5aaf79d189
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, zlib, gmp, ncurses5 }:
|
{ stdenv, fetchurl, zlib, gmp, ncurses5, lib }:
|
||||||
|
|
||||||
# from justinwoo/easy-purescript-nix
|
# from justinwoo/easy-purescript-nix
|
||||||
# https://github.com/justinwoo/easy-purescript-nix/blob/d383972c82620a712ead4033db14110497bc2c9c/purs.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/
|
mkdir -p $out/etc/bash_completion.d/
|
||||||
$PURS --bash-completion-script $PURS > $out/etc/bash_completion.d/purs-completion.bash
|
$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";
|
description = "A strongly-typed functional programming language that compiles to JavaScript";
|
||||||
homepage = http://www.purescript.org/;
|
homepage = http://www.purescript.org/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user