diff options
author | Ilan Joselevich <personal@ilanjoselevich.com> | 2024-06-17T15·14+0300 |
---|---|---|
committer | Ilan Joselevich <personal@ilanjoselevich.com> | 2024-06-18T14·13+0000 |
commit | 9fd601e53d4a1bc778087316548cdc086186e160 (patch) | |
tree | 8732bf1c1135a4e019e5ec8a137b191aa120200b /tvix | |
parent | 92c5433304ebd0614fa49e7a6608521d23789764 (diff) |
chore(tvix): patch crate2nix to drop darwin dontStrip r/8294
This patch has already been applied on upstream but there hasn't been an official release yet so we patch it ourselves. Upstreamed patch: https://github.com/nix-community/crate2nix/commit/0209f258cda8a9972a785e26d92fb477ce4d1b0e Follow-up of: https://cl.tvl.fyi/c/depot/+/11856 Change-Id: If56071ce5753fd26e2b4c203cd831bbe5d329009 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11858 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/Cargo.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 68e37a3fa045..acd3e1dfb329 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -18000,8 +18000,6 @@ rec { buildRustCrateForPkgsFunc pkgs ( crateConfig // { - # https://github.com/NixOS/nixpkgs/issues/218712 - dontStrip = stdenv.hostPlatform.isDarwin; src = crateConfig.src or ( pkgs.fetchurl rec { name = "${crateConfig.crateName}-${crateConfig.version}.tar.gz"; |