improve comments

The comment in python-packackges was obsolete.
This commit is contained in:
Erik Arvstedt
2023-01-26 11:17:02 +01:00
parent 5634f08873
commit 2af642f56a
4 changed files with 6 additions and 5 deletions
-1
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 {};