sublime4: add libcurl to application library path
See https://github.com/NixOS/nixpkgs/issues/146635
This commit is contained in:
parent
9ec8e46141
commit
d7b6075cdc
@ -23,7 +23,7 @@ let
|
|||||||
"x86_64-linux" = "x64";
|
"x86_64-linux" = "x64";
|
||||||
}.${stdenv.hostPlatform.system};
|
}.${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
|
in let
|
||||||
binaryPackage = stdenv.mkDerivation {
|
binaryPackage = stdenv.mkDerivation {
|
||||||
pname = "${pname}-bin";
|
pname = "${pname}-bin";
|
||||||
|
Loading…
Reference in New Issue
Block a user