Skip to content

Commit

Permalink
build: remove build system overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Nov 18, 2024
1 parent fde3299 commit f2355fe
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,6 @@
pyprojectOverlay = workspace.mkPyprojectOverlay {
sourcePreference = "wheel";
};
mkBuildSystemOverrides =
attrs: final: prev:
lib.mapAttrs (
name: value:
prev.${name}.overrideAttrs (old: {
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ (final.resolveBuildSystem value);
})
) attrs;
buildSystemOverrides = mkBuildSystemOverrides {
markupsafe = {
setuptools = [ ];
};
immutables = {
setuptools = [ ];
};
coverage = {
setuptools = [ ];
};
};
pyprojectOverrides = final: prev: {
makejinja = prev.makejinja.overrideAttrs (old: {
passthru = (old.passthru or { }) // {
Expand Down Expand Up @@ -151,7 +132,6 @@
lib.composeManyExtensions [
pyprojectOverlay
pyprojectOverrides
buildSystemOverrides
]
);
addMeta =
Expand Down

0 comments on commit f2355fe

Please # to comment.