Merge pull request #192085 from helsinki-systems/fix/xidel-fix-ssl

This commit is contained in:
Bernardo Meurer 2022-09-20 12:33:11 -03:00 committed by GitHub
commit e639bc8c53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15722,7 +15722,9 @@ with pkgs;
srelay = callPackage ../tools/networking/srelay { };
xidel = callPackage ../tools/text/xidel { };
xidel = callPackage ../tools/text/xidel {
openssl = openssl_1_1;
};
asdf-vm = callPackage ../tools/misc/asdf-vm { };