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

lilyterm-git: init at 2017-01-06 #23327

Merged
merged 1 commit into from Mar 7, 2017
Merged

Conversation

Profpatsch
Copy link
Member

The latest stable release is quite old (2013-02) and many improvements have been
made in the meantime.

New version builds, old version evaluates to the same store path.

@mention-bot
Copy link

@Profpatsch, thanks for your PR! By analyzing the history of the files in this pull request, we identified @AndersonTorres and @wkennington to be potential reviewers.

The latest stable release is quite old (2013-02) and many improvements have been
made in the meantime.
@Profpatsch
Copy link
Member Author

The failing build is unrelated.

@AndersonTorres
Copy link
Member

I need to create a plan for testing it. Tomorrow I will run it!

@AndersonTorres AndersonTorres self-requested a review March 7, 2017 02:17
, pkgconfig
, autoconf, automake, intltool, gettext
, gtk, vte }:
, gtk, vte

Copy link
Member

Choose a reason for hiding this comment

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

Why that whitespace?

Copy link
Member Author

Choose a reason for hiding this comment

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

To separate the the “manual” arguments from the “automatic” ones (i.e. included by callPackage by default).

Copy link
Member

Choose a reason for hiding this comment

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

OK!

Copy link
Member

@fpletz fpletz left a comment

Choose a reason for hiding this comment

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

Tested and works great.

@Profpatsch
Copy link
Member Author

Will merge, thanks for the reviews.

@Profpatsch Profpatsch merged commit feab711 into NixOS:master Mar 7, 2017

stdenv.mkDerivation rec {
# "stable" or "git"
, flavour ? "stable"
Copy link
Member

Choose a reason for hiding this comment

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

About that line normally I would put the option description in the same line, after the parameter itself (except if it was something more elaborate).
It is more natural to read that way: flavour ? "stable" # options: git, stable

Copy link
Member Author

Choose a reason for hiding this comment

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

Well, that’s a pretty minor choice of style I’d say.

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

Successfully merging this pull request may close these issues.

None yet

4 participants