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:
parent
327bd31f22
commit
092a78bb7f
1 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue