format changes + meta data changes to hammer package
This commit is contained in:
parent
c98ecd1e5f
commit
61d7aaeea2
@ -1,9 +1,7 @@
|
|||||||
{ stdenv, fetchgit, glib, pkgconfig, python, scons, pythonPackages }:
|
{ stdenv, fetchgit, glib, pkgconfig, python, scons, pythonPackages }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "hammer-${version}";
|
name = "hammer-${version}";
|
||||||
|
|
||||||
version = "1.0.0-rc3";
|
version = "1.0.0-rc3";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
@ -13,13 +11,12 @@ src = fetchgit {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ glib pkgconfig python scons ];
|
buildInputs = [ glib pkgconfig python scons ];
|
||||||
|
|
||||||
buildPhase = "scons prefix=$out";
|
buildPhase = "scons prefix=$out";
|
||||||
|
|
||||||
installPhase = "scons prefix=$out install";
|
installPhase = "scons prefix=$out install";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Hammer is a parsing library. Like many modern parsing libraries,
|
description = "Hammer is a parsing library";
|
||||||
|
longDescription = "Hammer is a parsing library. Like many modern parsing libraries,
|
||||||
it provides a parser combinator interface for writing grammars
|
it provides a parser combinator interface for writing grammars
|
||||||
as inline domain-specific languages, but Hammer also provides a
|
as inline domain-specific languages, but Hammer also provides a
|
||||||
variety of parsing backends. It's also bit-oriented rather than
|
variety of parsing backends. It's also bit-oriented rather than
|
||||||
|
Loading…
x
Reference in New Issue
Block a user