-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
mat2: init at 0.11.0 #90160
mat2: init at 0.11.0 #90160
Conversation
pkgs/tools/graphics/mat2/default.nix
Outdated
sha256 = "beb99965eb41ebe022b6abed941aa0d23882e26b4b4b48f94295911a637f90ff"; | ||
}; | ||
|
||
# avoids AttributeError: module 'libmat2.archive' has no attribute 'ZipParser' |
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.
Is there an upstream issue for this?
maintainers: add Dallos
sha256 = "beb99965eb41ebe022b6abed941aa0d23882e26b4b4b48f94295911a637f90ff"; | ||
}; | ||
|
||
# avoids AttributeError: module 'libmat2.archive' has no attribute 'ZipParser' |
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.
Please report upstream and add comment linking to report
meta = with lib; { | ||
description = "metadata removal tool supporting a wide range of commonly used file formats"; | ||
homepage = "https://0xacab.org/jvoisin/mat2"; | ||
license = licenses.gpl3; |
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.
The gpl license variants without the Plus
or Only
suffix are deprecated, because they do not specify the license well enough. Use Plus
if the project has "or later" sections in the actual source code files (not the license). Otherwise, use the Only
suffix.
See https://discourse.nixos.org/t/lib-licenses-gpl3-co-are-now-deprecated/8206 for more details.
Result of 1 package built:- mat2 |
Result of 1 package built:
|
Closing because the author is a ghost. |
Motivation for this change
Adds
mat2
, a program designed to remove metadata information from a variety of file types. This can be useful for not accidentally revealing personal information when sending files.Upstream is at: https://0xacab.org/jvoisin/mat2/
doCheck = false
was set, as there was an issue with internal library detection during the check phase. If there is a known solution to this, please let me know.Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)