-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
DCMTK: init at 3.6.4 #71991
DCMTK: init at 3.6.4 #71991
Conversation
description = "DICOM Toolkit"; | ||
longDescription = '' | ||
DCMTK is a collection of libraries and applications implementing large parts of the DICOM standard. | ||
It includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. |
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.
this line is too long
It includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. | |
It includes software for examining, constructing and converting DICOM image files, handling offline media, | |
sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. |
Thanks @prusnak and @jonringer for your reviews. I agree with all your suggestions. What is the preferred way to incorporate them. Should I make these changes and force push them so it remains a single commit? In this case you will probably not be credited for you suggested changes (or is there a way to do that?). |
Yes, amend the commit and force push to branch. No need for credit I'd say |
LGTM |
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.
Minor nitpicks. Otherwise, looks good.
Builds fine on NixOS with sandboxing.
@rasendubi thanks for catching that. I just force pushed your suggested changes |
@GrahamcOfBorg build dcmtk |
Motivation for this change
Add the DICOM Toolkit DCMTK as package. It is a command line suite to handle medical imaging data in DICOM format. Including inspection, modification, and conversion.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @