Unverified Commit e639bc8c authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

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

parents 984109a6 ab24bf4d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 { };