Unverified Commit 51e887c5 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

termbench-pro: use glaze without openssl (#465400)

parents ff93706a 3c4543f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
  nativeBuildInputs = [ cmake ];
  buildInputs = [
    fmt
    glaze
    (glaze.override { enableSSL = false; })
  ];

  installPhase = ''