Unverified Commit 10037847 authored by Alexis Hildebrandt's avatar Alexis Hildebrandt Committed by GitHub
Browse files

fresh-editor: Remove binaryNativeCode source provenance (#488636)

parents ef153095 7084af59
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
    platforms = lib.platforms.linux ++ lib.platforms.darwin;
    sourceProvenance = with lib.sourceTypes; [
      fromSource
      binaryNativeCode # librusty_v8.a
    ];
  };
})