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

vifm: update to 0.7.5 and enabling new options #814

Merged
merged 2 commits into from
Aug 10, 2013

Conversation

garbas
Copy link
Member

@garbas garbas commented Aug 10, 2013

@7c6f434c you mind take a look, since you're the maintainer and i've updated expression a bit.

@@ -1830,7 +1830,9 @@ let

vfdecrypt = callPackage ../tools/misc/vfdecrypt { };

vifm = callPackage ../applications/misc/vifm {};
vifm = callPackage ../applications/misc/vifm {
inherit (xlibs) libX11;
Copy link
Member

Choose a reason for hiding this comment

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

I think this change is not needed: callPackage automatically inherits from xlibs things not found in top scope. Is there some special reason for this line?

Copy link
Member Author

Choose a reason for hiding this comment

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

ah ... didnt knew that. fixing.

7c6f434c added a commit that referenced this pull request Aug 10, 2013
vifm: update to 0.7.5 and enabling new options
@7c6f434c 7c6f434c merged commit 7701b22 into NixOS:master Aug 10, 2013
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.

2 participants