-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
pdfcrack: init 0.16 #43144
pdfcrack: init 0.16 #43144
Conversation
|
||
installPhase = '' | ||
mkdir -p $out/bin | ||
mv pdfcrack $out/bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
install -Dt $out/bin pdfcrack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's definitely nicer, amended.
homepage = http://pdfcrack.sourceforge.net/; | ||
description = "Small command line driven tool for recovering passwords and content from PDF files"; | ||
license = with licenses; [ gpl2 ]; | ||
platforms = stdenv.lib.platforms.linux; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no stdenv.lib
@GrahamcOfBorg build pdfcrack |
Success on x86_64-linux (full log) Attempted: pdfcrack Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: pdfcrack Partial log (click to expand)
|
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)