Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 16a3d75f5e47
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c9f216d5d585
Choose a head ref

Commits on Mar 10, 2020

  1. vaultenv: 0.13.0 -> 0.13.1

    r-ryantm committed Mar 10, 2020
    Copy the full SHA
    660c015 View commit details

Commits on Mar 11, 2020

  1. sbcl: 2.0.1 -> 2.0.2

    ysengrimm committed Mar 11, 2020
    Copy the full SHA
    cba60a5 View commit details

Commits on Mar 13, 2020

  1. Merge pull request #82344 from ysengrimm/update-sbcl

    sbcl: 2.0.1 -> 2.0.2
    7c6f434c authored Mar 13, 2020
    Copy the full SHA
    ae89e0d View commit details
  2. Copy the full SHA
    423a8b9 View commit details
  3. LTS Haskell 15.3

    peti committed Mar 13, 2020
    Copy the full SHA
    beeb24f View commit details
  4. zxcvbn-hs: unmark as broken

    timds authored and peti committed Mar 13, 2020
    Copy the full SHA
    513fa25 View commit details
  5. zxcvbn-dvorak: unmark as broken

    timds authored and peti committed Mar 13, 2020
    Copy the full SHA
    c2dcdea View commit details
  6. 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`.
    madjar authored and peti committed Mar 13, 2020
    Copy the full SHA
    2645e1a View commit details
  7. Remove snap from broken packages list

    imalsogreg authored and peti committed Mar 13, 2020
    Copy the full SHA
    14f213a View commit details
  8. saltine: fix build by disabling tests

    The tests fail to compile because of a missing module but would
    otherwise be fine.
    timds authored and peti committed Mar 13, 2020
    Copy the full SHA
    720d0c7 View commit details
  9. persistent-mysql: fix build

    tests need a running mysql instance, so disable them
    jerith666 authored and peti committed Mar 13, 2020
    Copy the full SHA
    7335de2 View commit details
  10. ats-pkg: Unbreak by disabling tests

    Poscat authored and peti committed Mar 13, 2020
    Copy the full SHA
    d0eb52f View commit details
  11. Unbreak ats-format

    Poscat authored and peti committed Mar 13, 2020
    Copy the full SHA
    ef65c63 View commit details
  12. haskellPackages.EdisonCore: Unbreak

    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk authored and peti committed Mar 13, 2020
    Copy the full SHA
    838c7a8 View commit details
  13. Copy the full SHA
    9bcd5ea View commit details
  14. Copy the full SHA
    68dba0d View commit details
  15. 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.
    peti committed Mar 13, 2020
    Copy the full SHA
    eb8d577 View commit details
  16. Copy the full SHA
    d02ac6c View commit details
  17. atlantis: 0.10.1 -> 0.11.1

    r-ryantm authored and alyssais committed Mar 13, 2020
    Copy the full SHA
    afa1dc6 View commit details
  18. trilium: 0.40.3 -> 0.40.5

    kampka authored and alyssais committed Mar 13, 2020
    Copy the full SHA
    fb2b3a3 View commit details
  19. Nextcloud: 18.0.1 -> 18.0.2

    tokudan authored and alyssais committed Mar 13, 2020
    Copy the full SHA
    09dea9e View commit details
  20. python3Packages.hickle: 3.4.5 -> 3.4.6

    bcdarwin authored and alyssais committed Mar 13, 2020
    Copy the full SHA
    b5d0ffc View commit details
  21. Copy the full SHA
    0c35251 View commit details
  22. Copy the full SHA
    5c066f9 View commit details
  23. Copy the full SHA
    69d7cc5 View commit details
  24. ipfs: 0.4.22 -> 0.4.23

    Ma27 committed Mar 13, 2020
    Copy the full SHA
    c882314 View commit details
  25. wikicurses: fix build

    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
    Ma27 committed Mar 13, 2020
    Copy the full SHA
    1505633 View commit details
  26. wikicurses: install man pages

    Ma27 committed Mar 13, 2020
    Copy the full SHA
    04ea9dc View commit details
  27. python37Packages.jupyterlab: 1.2.6 -> 2.0.0

    r-ryantm authored and Jon committed Mar 13, 2020
    Copy the full SHA
    820a690 View commit details
  28. pythonPackages.bravado-core: init at 5.16.1

    vanschelven authored and Jon committed Mar 13, 2020
    Copy the full SHA
    8b04f24 View commit details
  29. Merge pull request #82345 from NixOS/haskell-updates

    Update Haskell package set to LTS 15.3 (plus other fixes)
    peti authored Mar 13, 2020
    Copy the full SHA
    2d08e57 View commit details
  30. Merge pull request #82244 from r-ryantm/auto-update/vaultenv

    vaultenv: 0.13.0 -> 0.13.1
    peti authored Mar 13, 2020
    Copy the full SHA
    f5b6ea1 View commit details
  31. 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
    Mindavi authored and Ma27 committed Mar 13, 2020
    Copy the full SHA
    9d212f5 View commit details
  32. mailutils: 3.8 -> 3.9

    lsix authored and alyssais committed Mar 13, 2020
    Copy the full SHA
    506be57 View commit details
  33. 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.
    vcunat committed Mar 13, 2020
    Copy the full SHA
    0729b8c View commit details
  34. Copy the full SHA
    e73a9e6 View commit details
  35. Copy the full SHA
    4adfbe6 View commit details
  36. Copy the full SHA
    bdcba83 View commit details
  37. Copy the full SHA
    4ada24a View commit details
  38. Copy the full SHA
    bab3588 View commit details
  39. Copy the full SHA
    4ce4db4 View commit details
  40. OCaml: default to version 4.08

    vbgl committed Mar 13, 2020
    Copy the full SHA
    7b33cbd View commit details
  41. dwarf-therapist: 41.1.3 -> 41.1.5

    Jonathan Ringer committed Mar 13, 2020
    Copy the full SHA
    29f7f30 View commit details
  42. dwarf-fortress: 0.47.02 -> 0.47.04

    Jonathan Ringer committed Mar 13, 2020
    Copy the full SHA
    c9f216d View commit details
Loading