Merge pull request #192085 from helsinki-systems/fix/xidel-fix-ssl
This commit is contained in:
commit
e639bc8c53
1 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue