Unverified Commit 48a44d72 authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

positron-bin: fix build by adding openssl (#370408)

parents bafca6cb eaa1c0a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  musl,
  nss,
  patchelf,
  openssl,
  stdenv,
  xorg,
}:
@@ -48,6 +49,7 @@ stdenv.mkDerivation {
      musl
      nss
      stdenv.cc.cc
      openssl
      xorg.libX11
      xorg.libXcomposite
      xorg.libXdamage