Revert "xidel: unpin to openssl_1_1"

This reverts commit 9f8d0107c6.

This change broke TLS support in xidel and as such the firefox update
script.

```
Error:
Internet Error: -4
when talking to: https://archive.mozilla.org/pub/firefox/releases/
```
This commit is contained in:
Martin Weinelt 2023-01-08 03:04:58 +01:00
parent 327bd31f22
commit 092a78bb7f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -16576,7 +16576,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 { };