Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ca6e7454a46a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3fceafce1eaa
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Nov 12, 2020

  1. buildPython*: remove pythonRecompileBytecodeHook as dependency

    This hook was added to get reproducible bytecode. Because it was causing
    issues it was disabled, but still kept as a dependency. Now the main
    issue with bytecode reproducibility has been resolved by updating pip to
    20.2.4, we remove this hook as a dependency.
    
    If a package with Python code is not yet reproducible, one could add
    this hook to `nativeBuildInputs`.
    FRidh committed Nov 12, 2020
    Copy the full SHA
    3fceafc View commit details
    Browse the repository at this point in the history