Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for overrideAttrs (split from #201734) #211685

Merged
merged 5 commits into from
Feb 3, 2023

Commits on Jan 15, 2023

  1. stdenv.mkDerivation: Make overrideAttrs overridable

    (cherry picked from commit 43c8b43)
    roberth authored and Artturin committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    bff126f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    5b2f597 View commit details
    Browse the repository at this point in the history
  2. python-packages-base: use extends instead of //

    // shouldn't be used when overrideAttrs is available
    
    here we can use extends instead of overrideAttrs for performance
    Artturin committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b94fa2c View commit details
    Browse the repository at this point in the history
  3. tests.overriding: init

    only outputs the first failing test atm
    Artturin committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9c0ac56 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    a0f4e87 View commit details
    Browse the repository at this point in the history