summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-02 21:26:09 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-02 21:31:38 +0100
commit01667337f1a397fab9ac234eac1f975d37d482f4 (patch)
tree1aac32a804e8b204943671bf2f11afbafd1cf036
parent73726ba87d5651f8cc318deceb6225bde35c5944 (diff)
downloadnixpkgs-01667337f1a397fab9ac234eac1f975d37d482f4.tar
nixpkgs-01667337f1a397fab9ac234eac1f975d37d482f4.tar.gz
nixpkgs-01667337f1a397fab9ac234eac1f975d37d482f4.tar.bz2
nixpkgs-01667337f1a397fab9ac234eac1f975d37d482f4.tar.lz
nixpkgs-01667337f1a397fab9ac234eac1f975d37d482f4.tar.xz
nixpkgs-01667337f1a397fab9ac234eac1f975d37d482f4.tar.zst
nixpkgs-01667337f1a397fab9ac234eac1f975d37d482f4.zip
release-python.nix: add buildcatrust to tested set
This is the tool that manages our certificate store.
-rw-r--r--pkgs/top-level/release-python.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/top-level/release-python.nix b/pkgs/top-level/release-python.nix
index d90be7f3bb4..f3418572220 100644
--- a/pkgs/top-level/release-python.nix
+++ b/pkgs/top-level/release-python.nix
@@ -35,11 +35,12 @@ let
       name = "python-tested";
       meta.description = "Release-critical packages from the python package sets";
       constituents = [
-        jobs.remarshal.x86_64-linux                 # Used in pkgs.formats helper
-        jobs.python39Packages.colorama.x86_64-linux  # Used in nixos test-driver
-        jobs.python39Packages.ptpython.x86_64-linux  # Used in nixos test-driver
-        jobs.python39Packages.requests.x86_64-linux  # Almost ubiquous package
-        jobs.python39Packages.sphinx.x86_64-linux    # Document creation for many packages
+        jobs.remarshal.x86_64-linux                     # Used in pkgs.formats helper
+        jobs.python39Packages.buildcatrust.x86_64-linux # Used in pkgs.cacert
+        jobs.python39Packages.colorama.x86_64-linux     # Used in nixos test-driver
+        jobs.python39Packages.ptpython.x86_64-linux     # Used in nixos test-driver
+        jobs.python39Packages.requests.x86_64-linux     # Almost ubiquous package
+        jobs.python39Packages.sphinx.x86_64-linux       # Document creation for many packages
       ];
     };