improve comments

The comment in python-packackges was obsolete.
This commit is contained in:
Erik Arvstedt
2023-01-20 13:45:09 +01:00
committed by Greg Shuflin
parent 0c354ee9eb
commit 9184db69dd
4 changed files with 6 additions and 5 deletions

View File

@@ -39,7 +39,6 @@ rec {
## Specific versions of packages that already exist in nixpkgs
# cryptography 3.3.2, required by joinmarketdaemon
# Used in the private python package set for joinmarket (../joinmarket/default.nix)
cryptography = callPackage ./specific-versions/cryptography {
openssl = super.pkgs.openssl_1_1;
cryptography_vectors = callPackage ./specific-versions/cryptography/vectors.nix {};