sublime4: add libcurl to application library path

See https://github.com/NixOS/nixpkgs/issues/146635
This commit is contained in:
Tim Zook 2021-12-12 13:56:58 -06:00
parent 9ec8e46141
commit d7b6075cdc

View file

@ -23,7 +23,7 @@ let
"x86_64-linux" = "x64";
}.${stdenv.hostPlatform.system};
libPath = lib.makeLibraryPath [ xorg.libX11 xorg.libXtst glib libglvnd openssl gtk3 cairo pango ];
libPath = lib.makeLibraryPath [ xorg.libX11 xorg.libXtst glib libglvnd openssl gtk3 cairo pango curl ];
in let
binaryPackage = stdenv.mkDerivation {
pname = "${pname}-bin";