purescript: add meta information for package

Co-Authored-By: justinwoo <moomoowoo@gmail.com>
wip/yesman
Graham Christensen 5 years ago committed by GitHub
parent fb39447028
commit 7af53c85ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      pkgs/development/compilers/purescript/purescript/default.nix

@ -50,4 +50,11 @@ 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; {
description = "A strongly-typed functional programming language that compiles to JavaScript";
homepage = http://www.purescript.org/;
license = licenses.bsd3;
maintainers = [ maintainers.justinwoo ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
}

Loading…
Cancel
Save