Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stog: init at 0.17.0 #24241

Closed
wants to merge 5 commits into from
Closed

stog: init at 0.17.0 #24241

wants to merge 5 commits into from

Conversation

thufschmitt
Copy link
Member

(and adds other needed packages)

Tested on NixOS (and with nox-review).

}:

stdenv.mkDerivation rec {
name = "stog${version}";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to add a dash ‘-’ between stog and its version.


createFindlibDestdir = true;

patches = ./install.patch;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patches attribute is expected to be a list, I think.

patches = ./install.patch;

meta = with stdenv.lib; {
description = "XML documents and web site compiler.";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Descriptions are preferred without a final period.

then throw "xtmpl not supported for ocaml ${ocaml.version}"
else
stdenv.mkDerivation rec {
name = "xtmpl${version}";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a dash here too.

@thufschmitt
Copy link
Member Author

thufschmitt commented Mar 24, 2017 via email

};

buildInputs = [ ocaml ocf ptime uutf uri ppx_blob xtmpl ocaml_lwt higlo camlp4 ];
propagatedBuildInputs = [ findlib omd ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did you chose this list of propagated inputs? The stog library needs some more.

@thufschmitt
Copy link
Member Author

thufschmitt commented Mar 27, 2017 via email

@vbgl
Copy link
Contributor

vbgl commented Mar 30, 2017

Something went wrong when trying to use github’s merge facility. So I cherry-picked individual commits as 2f020cf, 4015813, 89e5963 and 4e9e1bc.

@vbgl vbgl closed this Mar 30, 2017
@thufschmitt
Copy link
Member Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants