Loading pkgs/by-name/ze/zed-editor/package.nix +11 −5 Original line number Diff line number Diff line Loading @@ -123,10 +123,16 @@ rustPlatform.buildRustPackage (finalAttrs: { "script/patches/use-cross-platform-livekit.patch" ]; postPatch = # Dynamically link WebRTC instead of static postPatch = '' '' substituteInPlace $cargoDepsCopy/webrtc-sys-*/build.rs \ --replace-fail "cargo:rustc-link-lib=static=webrtc" "cargo:rustc-link-lib=dylib=webrtc" '' # nixpkgs ships cargo-about 0.7, which is a seamless upgrade from 0.6 + '' substituteInPlace script/generate-licenses \ --replace-fail 'CARGO_ABOUT_VERSION="0.6"' 'CARGO_ABOUT_VERSION="0.7"' ''; useFetchCargoVendor = true; Loading Loading
pkgs/by-name/ze/zed-editor/package.nix +11 −5 Original line number Diff line number Diff line Loading @@ -123,10 +123,16 @@ rustPlatform.buildRustPackage (finalAttrs: { "script/patches/use-cross-platform-livekit.patch" ]; postPatch = # Dynamically link WebRTC instead of static postPatch = '' '' substituteInPlace $cargoDepsCopy/webrtc-sys-*/build.rs \ --replace-fail "cargo:rustc-link-lib=static=webrtc" "cargo:rustc-link-lib=dylib=webrtc" '' # nixpkgs ships cargo-about 0.7, which is a seamless upgrade from 0.6 + '' substituteInPlace script/generate-licenses \ --replace-fail 'CARGO_ABOUT_VERSION="0.6"' 'CARGO_ABOUT_VERSION="0.7"' ''; useFetchCargoVendor = true; Loading