Skip to content

Commit

Permalink
overlays/erofs-utils: drop patch after upgrade to v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
katexochen committed Dec 20, 2024
1 parent afb35f9 commit 21b73cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 104 deletions.
101 changes: 0 additions & 101 deletions overlays/erofs-utils-reproducibility.patch

This file was deleted.

3 changes: 0 additions & 3 deletions overlays/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ final: prev:
};

erofs-utils = prev.erofs-utils.overrideAttrs (prev: {
patches = final.lib.optionals (prev ? patches) prev.patches ++ [
./erofs-utils-reproducibility.patch
];
# The build environment sets SOURCE_DATE_EPOCH to 1980, but as mkfs.erofs
# implements timestamp clamping, and files from the store have a 1970
# timestamp, we end up with different file metadata in the image
Expand Down

0 comments on commit 21b73cf

Please sign in to comment.