Merge pull request #150564 from turboMaCk/subl-curl-shared-object-fix

sublime*: use `curl` instead of `curl.out` in libPath
This commit is contained in:
Marek Fajkus 2021-12-14 10:45:48 +01:00 committed by GitHub
commit aebca0b3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ let
archSha256 = sha256;
arch = "x64";
libPath = lib.makeLibraryPath [ xorg.libX11 glib gtk3 cairo pango curl.out ];
libPath = lib.makeLibraryPath [ xorg.libX11 glib gtk3 cairo pango curl ];
redirects = [ "/usr/bin/pkexec=${pkexecPath}" "/bin/true=${coreutils}/bin/true" ];
in let
binaryPackage = stdenv.mkDerivation {