improve comments

The comment in python-packackges was obsolete.
This commit is contained in:
Erik Arvstedt 2023-01-20 13:45:09 +01:00
parent 5634f08873
commit 2af642f56a
No known key found for this signature in database
GPG key ID: 33312B944DD97846
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 {};