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

fcrackzip: init at 1.0 #21095

Merged
merged 1 commit into from Jan 25, 2017
Merged

fcrackzip: init at 1.0 #21095

merged 1 commit into from Jan 25, 2017

Conversation

nico202
Copy link
Contributor

@nico202 nico202 commented Dec 12, 2016

@nico202
Copy link
Contributor Author

nico202 commented Dec 14, 2016

forgot to commit all-packages.nix. Fixed

patches = [ ./fcrackzip_forkexec.patch ];

buildInputs = [ ];
# installFlags = "PREFIX=\${out}";
Copy link
Member

Choose a reason for hiding this comment

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

Please remove this line if it's not needed.

license = licenses.gpl2;
maintainers = with maintainers; [ nico202 ];
platforms = with platforms; unix;
priority = 10;
Copy link
Member

Choose a reason for hiding this comment

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

Why the priority? Which binaries clash with other packages?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fcrackzip/zipinfo clash with unzip/zipinfo

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should I rename zipinfo to fcrackzip-zipinfo instead?

Copy link
Member

Choose a reason for hiding this comment

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

That sounds useful! Please do, thanks! 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@fpletz renamed (line 14)

sha256 = "0l1qsk949vnz18k4vjf3ppq8p497966x4c7f2yx18x8pk35whn2a";
};

patches = [ ./fcrackzip_forkexec.patch ];
Copy link
Member

Choose a reason for hiding this comment

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

Did you have to modify that patch? If not, can you use fetchpatch?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I had to modify it a bit because it was a patch over a patched file

Copy link
Contributor

Choose a reason for hiding this comment

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

If possible could you add a comment above the patches line explaining what the patch does?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@nico202 nico202 force-pushed the fcrackzip branch 3 times, most recently from 085f9a8 to 2a485a5 Compare December 16, 2016 14:10
Copy link
Contributor

@teh teh left a comment

Choose a reason for hiding this comment

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

This looks good to me, thanks! I can't merge though.

sha256 = "0l1qsk949vnz18k4vjf3ppq8p497966x4c7f2yx18x8pk35whn2a";
};

patches = [ ./fcrackzip_forkexec.patch ];
Copy link
Contributor

Choose a reason for hiding this comment

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

If possible could you add a comment above the patches line explaining what the patch does?

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

5 participants