forked from rosa/hakurei
Other nss-related packages are unlikely to be migrated any time soon. Signed-off-by: Ophestra <cat@gensokyo.uk>
24 lines
514 B
Plaintext
24 lines
514 B
Plaintext
package python-buildcatrust {
|
|
description = "transform certificate stores between formats";
|
|
website = "https://github.com/nix-community/buildcatrust";
|
|
anitya = 233988;
|
|
|
|
version* = "0.5.1";
|
|
source = remoteGitHub {
|
|
suffix = "nix-community/buildcatrust";
|
|
tag = "v"+version;
|
|
checksum = "oxjnuIrPVMPvD6x8VFLqB7EdbfuhouGQdtPuHDpEHGzoyH5nkxqtYN9UthMY9noA";
|
|
};
|
|
|
|
early = "\nrm buildcatrust/tests/test_nonhermetic.py\n";
|
|
|
|
exec = pip {};
|
|
|
|
inputs = [
|
|
python,
|
|
python-flit-core,
|
|
];
|
|
|
|
runtime = [ python ];
|
|
}
|