-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 16a3d75f5e47
head repository: NixOS/nixpkgs-channels
compare: c9f216d5d585
Commits on Mar 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 660c015 - Browse repository at this point
Copy the full SHA 660c015View commit details
Commits on Mar 11, 2020
-
ysengrimm committed
Mar 11, 2020 Configuration menu - View commit details
-
Copy full SHA for cba60a5 - Browse repository at this point
Copy the full SHA cba60a5View commit details
Commits on Mar 13, 2020
-
Merge pull request #82344 from ysengrimm/update-sbcl
sbcl: 2.0.1 -> 2.0.2
Configuration menu - View commit details
-
Copy full SHA for ae89e0d - Browse repository at this point
Copy the full SHA ae89e0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 423a8b9 - Browse repository at this point
Copy the full SHA 423a8b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for beeb24f - Browse repository at this point
Copy the full SHA beeb24fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 513fa25 - Browse repository at this point
Copy the full SHA 513fa25View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2dcdea - Browse repository at this point
Copy the full SHA c2dcdeaView commit details -
cabal2nix: split into a lightweight version and a wrapper
Current, the `cabal2nix` derivation contains both the executable, and a wrapper that adds `nix` and `nix-prefetch-scripts`, which are required for some features. However, when calling `callCabal2nix` to create a derivation from a cabal file at evaluation time, these features are not actually used, but the huge closure of `nix-prefetch-scripts` (which includes multiple vcs, as well as python and perl) still needs to be fetched. This commit splits cabal2nix into a lightweight version that is a standalone static binary (`cabal2nix-unwrapped`), and a wrapper that includes the proper dependencies in the path for full usage of the command line utility (`cabal2nix`). This commit also switches to the default ghc, to reduce the likelyhood of building a different ghc when calling `callCabal2nix`.
Configuration menu - View commit details
-
Copy full SHA for 2645e1a - Browse repository at this point
Copy the full SHA 2645e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f213a - Browse repository at this point
Copy the full SHA 14f213aView commit details -
saltine: fix build by disabling tests
The tests fail to compile because of a missing module but would otherwise be fine.
Configuration menu - View commit details
-
Copy full SHA for 720d0c7 - Browse repository at this point
Copy the full SHA 720d0c7View commit details -
tests need a running mysql instance, so disable them
Configuration menu - View commit details
-
Copy full SHA for 7335de2 - Browse repository at this point
Copy the full SHA 7335de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0eb52f - Browse repository at this point
Copy the full SHA d0eb52fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef65c63 - Browse repository at this point
Copy the full SHA ef65c63View commit details -
haskellPackages.EdisonCore: Unbreak
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Configuration menu - View commit details
-
Copy full SHA for 838c7a8 - Browse repository at this point
Copy the full SHA 838c7a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bcd5ea - Browse repository at this point
Copy the full SHA 9bcd5eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68dba0d - Browse repository at this point
Copy the full SHA 68dba0dView commit details -
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-21-ga388e13 from Hackage revision commercialhaskell/all-cabal-hashes@a155538.
Configuration menu - View commit details
-
Copy full SHA for eb8d577 - Browse repository at this point
Copy the full SHA eb8d577View commit details -
Configuration menu - View commit details
-
Copy full SHA for d02ac6c - Browse repository at this point
Copy the full SHA d02ac6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for afa1dc6 - Browse repository at this point
Copy the full SHA afa1dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb2b3a3 - Browse repository at this point
Copy the full SHA fb2b3a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09dea9e - Browse repository at this point
Copy the full SHA 09dea9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d0ffc - Browse repository at this point
Copy the full SHA b5d0ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c35251 - Browse repository at this point
Copy the full SHA 0c35251View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c066f9 - Browse repository at this point
Copy the full SHA 5c066f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69d7cc5 - Browse repository at this point
Copy the full SHA 69d7cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c882314 - Browse repository at this point
Copy the full SHA c882314View commit details -
The package doesn't have a testsuite, but fails as the checkPhase is missing appropriate locale configuration (usually taken from `pkgs.glibcLocales`). Entirely disabling the `checkPhase` for now as it's basically a no-op. ZHF: #80379 See also https://hydra.nixos.org/build/114125176
Configuration menu - View commit details
-
Copy full SHA for 1505633 - Browse repository at this point
Copy the full SHA 1505633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ea9dc - Browse repository at this point
Copy the full SHA 04ea9dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 820a690 - Browse repository at this point
Copy the full SHA 820a690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b04f24 - Browse repository at this point
Copy the full SHA 8b04f24View commit details -
Merge pull request #82345 from NixOS/haskell-updates
Update Haskell package set to LTS 15.3 (plus other fixes)
Configuration menu - View commit details
-
Copy full SHA for 2d08e57 - Browse repository at this point
Copy the full SHA 2d08e57View commit details -
Merge pull request #82244 from r-ryantm/auto-update/vaultenv
vaultenv: 0.13.0 -> 0.13.1
Configuration menu - View commit details
-
Copy full SHA for f5b6ea1 - Browse repository at this point
Copy the full SHA f5b6ea1View commit details -
afl: Fix afl-qemu build by applying new patches
These patches are gathered from different sources, such as https://patchwork.kernel.org/patch/10862231/ for the `gettid` patch. Another patch comes from the issue in the AFL repository. The ultimate goal is to get these patches upstream as well, so we don't keep these general patches only within nixos. A PR is created against Google/AFL google/AFL#79, but it might take a while before it's landed, considering the history of the project (there are more PRs open). ZHF: #80379 Fixes issue #82232
Configuration menu - View commit details
-
Copy full SHA for 9d212f5 - Browse repository at this point
Copy the full SHA 9d212f5View commit details -
This is a bugfix release. See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00007.html for details.
Configuration menu - View commit details
-
Copy full SHA for 506be57 - Browse repository at this point
Copy the full SHA 506be57View commit details -
Revert Merge #82310: nixos/systemd: apply .link
...even when networkd is disabled This reverts commit ce78f3a, reversing changes made to dc34da0. I'm sorry; Hydra has been unable to evaluate, always returning > error: unexpected EOF reading a line and I've been unable to reproduce the problem locally. Bisecting pointed to this merge, but I still can't see what exactly was wrong.
Configuration menu - View commit details
-
Copy full SHA for 0729b8c - Browse repository at this point
Copy the full SHA 0729b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e73a9e6 - Browse repository at this point
Copy the full SHA e73a9e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4adfbe6 - Browse repository at this point
Copy the full SHA 4adfbe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdcba83 - Browse repository at this point
Copy the full SHA bdcba83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ada24a - Browse repository at this point
Copy the full SHA 4ada24aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bab3588 - Browse repository at this point
Copy the full SHA bab3588View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce4db4 - Browse repository at this point
Copy the full SHA 4ce4db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b33cbd - Browse repository at this point
Copy the full SHA 7b33cbdView commit details -
dwarf-therapist: 41.1.3 -> 41.1.5
Jonathan Ringer committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 29f7f30 - Browse repository at this point
Copy the full SHA 29f7f30View commit details -
dwarf-fortress: 0.47.02 -> 0.47.04
Jonathan Ringer committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for c9f216d - Browse repository at this point
Copy the full SHA c9f216dView 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 16a3d75f5e47...c9f216d5d585