-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 089e5dccf2bf
head repository: NixOS/nixpkgs
compare: cfed7205120e
Commits on Feb 3, 2021
-
This regex should match files ending in `.git`, not any character and `git` after that.
Configuration menu - View commit details
-
Copy full SHA for e238ff0 - Browse repository at this point
Copy the full SHA e238ff0View commit details
Commits on Feb 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 86702da - Browse repository at this point
Copy the full SHA 86702daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38462b4 - Browse repository at this point
Copy the full SHA 38462b4View commit details
Commits on Mar 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6d9f8bf - Browse repository at this point
Copy the full SHA 6d9f8bfView commit details
Commits on Mar 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 807f70a - Browse repository at this point
Copy the full SHA 807f70aView commit details -
python3Packages.setuptools-rust: fix passthru test
The build wanted to create a Cargo.lock in the top-level source directory (presumably because it is also a Cargo project), since we were crating the lock file in sourceRoot (which was set to the example project). This failed because the sources are read-only. Change the test to create the lock file in the top-level crate directory, which is Cargo's default behavior.
Configuration menu - View commit details
-
Copy full SHA for 3131771 - Browse repository at this point
Copy the full SHA 3131771View commit details -
python3Packages.setuptools-rust: do no mix Python versions in tests
The passthru test used python3Packages, mixing different Python version when testing on a Python version different that the python3 alias.
Configuration menu - View commit details
-
Copy full SHA for cf66c08 - Browse repository at this point
Copy the full SHA cf66c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3c660 - Browse repository at this point
Copy the full SHA 4b3c660View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9271691 - Browse repository at this point
Copy the full SHA 9271691View commit details -
Configuration menu - View commit details
-
Copy full SHA for c63208e - Browse repository at this point
Copy the full SHA c63208eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 381364d - Browse repository at this point
Copy the full SHA 381364dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 636fab4 - Browse repository at this point
Copy the full SHA 636fab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dbc855 - Browse repository at this point
Copy the full SHA 8dbc855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e0d428 - Browse repository at this point
Copy the full SHA 8e0d428View commit details
Commits on Mar 21, 2021
-
Merge pull request #117030 from maxeaubrey/NetworkManager-1.30.2
networkmanager: 1.30.0 -> 1.30.2
Configuration menu - View commit details
-
Copy full SHA for 8a83999 - Browse repository at this point
Copy the full SHA 8a83999View commit details -
Merge pull request #117037 from dotlambda/django_2-2.2.19
[staging] python3Packages.django_2: 2.2.18 -> 2.2.19
Configuration menu - View commit details
-
Copy full SHA for 8bef905 - Browse repository at this point
Copy the full SHA 8bef905View commit details -
Merge pull request #114601 from TredwellGit/xorg.xorgproto
xorg.xorgproto: 2020.1 -> 2021.3
Configuration menu - View commit details
-
Copy full SHA for 0cfe88d - Browse repository at this point
Copy the full SHA 0cfe88dView commit details -
Merge pull request #111782 from Luflosi/fetchgit-escape-regex
fetchgit: escape dot in regex
Configuration menu - View commit details
-
Copy full SHA for d6df2c3 - Browse repository at this point
Copy the full SHA d6df2c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5909e40 - Browse repository at this point
Copy the full SHA 5909e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c40ff9 - Browse repository at this point
Copy the full SHA 2c40ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a85dbd - Browse repository at this point
Copy the full SHA 2a85dbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c81f113 - Browse repository at this point
Copy the full SHA c81f113View commit details -
Merge pull request #117114 from erictapen/imagemagick-7.0.11-4
imagemagick: 7.0.11-3 -> 7.0.11-4
Configuration menu - View commit details
-
Copy full SHA for f53b98c - Browse repository at this point
Copy the full SHA f53b98cView commit details -
bash: don't rely on patch timestamps in build
When, after patching, `configure.ac` is newer than `configure`, the Makefile will try to regenerate `configure` from `configure.ac`. While that might usually be desirable, in this case we want to keep bootstrapping simple and directly use the `configure` from the package so we can avoid a dependency on automake. Previously, we used the `-T` parameter to automake to make sure the timestamps were okay. However, this is brittle when we update: when the timestamp of the original file changes, and no longer matches the timestamp of the original file in the patch, `patch` will show a warning but otherwise continue without updating the timestamp. This PR changes things so we only patch `configure`, so that will always have a newer timestamp. Refs #115177
Configuration menu - View commit details
-
Copy full SHA for 3f4ad3d - Browse repository at this point
Copy the full SHA 3f4ad3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcbf2d2 - Browse repository at this point
Copy the full SHA fcbf2d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75b0ef6 - Browse repository at this point
Copy the full SHA 75b0ef6View commit details -
Merge pull request #117132 from midchildan/feat/ntfs3g/darwin
ntfs3g: add darwin build
Configuration menu - View commit details
-
Copy full SHA for 6a79a7a - Browse repository at this point
Copy the full SHA 6a79a7aView commit details -
openblas: apply patch to prevent SIGILL on aarch64 (#117004)
The applied patch contains the changes from this PR: OpenMathLib/OpenBLAS#3060 This patch prevents gcc from reordering instructions in a way that can cause crashes with SIGILL on aarch64. This issue crashes python when importing numpy on aarch64: numpy/numpy#18131
Configuration menu - View commit details
-
Copy full SHA for de2c3e0 - Browse repository at this point
Copy the full SHA de2c3e0View commit details -
fontconfig: Add CoreFoundation to buildInputs (#98379)
Get rid of non-absolute RPATH reference to CoreFoundation
Configuration menu - View commit details
-
Copy full SHA for 869b109 - Browse repository at this point
Copy the full SHA 869b109View commit details
Commits on Mar 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a941c67 - Browse repository at this point
Copy the full SHA a941c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a0ba6 - Browse repository at this point
Copy the full SHA 68a0ba6View commit details -
Merge pull request #116954 from danieldk/setuptools-rust-0.12.1
python3Packages.setuptools-rust: 0.11.6 -> 0.12.1
Configuration menu - View commit details
-
Copy full SHA for 611ba48 - Browse repository at this point
Copy the full SHA 611ba48View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c22dd - Browse repository at this point
Copy the full SHA c0c22ddView commit details -
binutils, libbfd: Patch CVE-2020-35448
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8748154 - Browse repository at this point
Copy the full SHA 8748154View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6912ad3 - Browse repository at this point
Copy the full SHA 6912ad3View commit details -
Merge pull request #114526 from bobrik/ivan/ocaml-4.10.2
ocamlPackages.ocaml: 4.10.0 -> 4.10.2
Configuration menu - View commit details
-
Copy full SHA for e43d618 - Browse repository at this point
Copy the full SHA e43d618View commit details -
Configuration menu - View commit details
-
Copy full SHA for 274fc0f - Browse repository at this point
Copy the full SHA 274fc0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eac452 - Browse repository at this point
Copy the full SHA 7eac452View commit details
Commits on Mar 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 13fa16d - Browse repository at this point
Copy the full SHA 13fa16dView commit details -
Merge pull request #116770 from r-ryantm/auto-update/ocaml-findlib
ocamlPackages.findlib: 1.8.1 -> 1.9.1
Configuration menu - View commit details
-
Copy full SHA for aa22e27 - Browse repository at this point
Copy the full SHA aa22e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a0cbb7 - Browse repository at this point
Copy the full SHA 8a0cbb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a943d - Browse repository at this point
Copy the full SHA b8a943dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef8f6b - Browse repository at this point
Copy the full SHA 8ef8f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 252ae44 - Browse repository at this point
Copy the full SHA 252ae44View commit details -
python2Packages: keep separate (bootstrapped-)pip
Currently there is only one line difference regarding bootstrapped-pip, but this will change in the future with the whole Python world moving towards PEP 517.
Configuration menu - View commit details
-
Copy full SHA for 983c453 - Browse repository at this point
Copy the full SHA 983c453View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa7f48 - Browse repository at this point
Copy the full SHA 4fa7f48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13465b1 - Browse repository at this point
Copy the full SHA 13465b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a65bb7 - Browse repository at this point
Copy the full SHA 7a65bb7View commit details -
Merge pull request #117320 from r-ryantm/auto-update/gnome-usage
gnome-usage: 3.38.0 -> 3.38.1
Configuration menu - View commit details
-
Copy full SHA for 2ed13ef - Browse repository at this point
Copy the full SHA 2ed13efView commit details -
Configuration menu - View commit details
-
Copy full SHA for eba34de - Browse repository at this point
Copy the full SHA eba34deView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 089e5dccf2bf...cfed7205120e