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: d363be93b495
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: 55beed9922c2
Choose a head ref

Commits on Jan 6, 2020

  1. gerrit: 3.0.2 -> 3.1.2

    r-ryantm committed Jan 6, 2020
    Copy the full SHA
    46736ce View commit details

Commits on Feb 12, 2020

  1. Add Nixpkgs support for Dhall

    One of the motivations for this change is the following Discourse
    discussion:
    
    https://discourse.dhall-lang.org/t/offline-use-of-prelude/137
    
    Many users have requested Dhall support for "offline" packages
    that can be fetched/built/installed using ordinary package
    management tools (like Nix) instead of using Dhall's HTTP import system.
    I will continue to use the term "offline" to mean Dhall package
    builds that do not use Dhall's language support for HTTP imports (and
    instead use the package manager's support for HTTP requests, such
    as `pkgs.fetchFromGitHub`)
    
    The goal of this change is to document what is the idiomatic way to
    implement "offline" Dhall builds by implementing Nixpkgs support
    for such builds.  That way when other package management tools ask
    me how to package Dhall with their tools I can refer them to how it
    is done in Nixpkgs.
    
    This change contains a fully "offline" build for the largest Dhall
    package in existence, known as "dhall-packages" (not to be confused
    with `dhallPackages`, which is our Nix attribute set containing
    Dhall packages).
    
    The trick to implementing offline builds in Dhall is to take
    advantage of Dhall's support for semantic integrity checks.  If an
    HTTP import is protected by an integrity check and a cached build
    product matches the integrity check then the HTTP import is never
    resolved and the expression is instead fetched from cache.
    
    By "installing" dependencies in a pre-seeded and isolated cache
    we can replace remote HTTP imports with dependencies that have
    been built and supplied by Nix instead.
    
    The offline nature of the builds are enforced by compiling the
    Haskell interpreter with the `-f-with-http` flag, which disables
    the interpreter's support for HTTP imports.  If a user forgets
    to supply a necessary dependency as a Nix build product then the
    build fails informing them that HTTP imports are disabled.
    
    By default, built packages are "binary distributions", containing
    just a cache product and a Dhall expression which can be used to
    resolve the corresponding cache product.
    
    Users can also optionally enable a "source distribution" of a package
    which already includes the equivalent fully-evaluated Dhall code (for
    convenience), but this is disabled by default to keep `/nix/store`
    utilization as compact as possible.
    Gabriella439 committed Feb 12, 2020
    Copy the full SHA
    38f1d70 View commit details
  2. Simplify dhall-kubernetes packages

    There is no need to provide a separate `kubernetesVersion` argument
    since the `file` argument works just fine
    Gabriella439 committed Feb 12, 2020
    Copy the full SHA
    822ad56 View commit details

Commits on Feb 15, 2020

  1. blender: 2.81a -> 2.82

    r-ryantm committed Feb 15, 2020
    Copy the full SHA
    8a2c2e4 View commit details
  2. blender: fix build on darwin

    We don't compile blender with alembic. The linux build is able to detect
    that, but this is not done for darwin. This explicitly disables alembic
    to fix blender build on darwin.
    veprbl committed Feb 15, 2020
    Copy the full SHA
    ac56038 View commit details

Commits on Feb 17, 2020

  1. Change formatting of record fields

    ... as requested by @Profpatsch
    Gabriella439 committed Feb 17, 2020
    Copy the full SHA
    32ed1c5 View commit details

Commits on Feb 18, 2020

  1. libreoffice: wrapper: add hunspell dirs to DICPATH

    LibreOffice doesn't know where to look for hunspell dictionaries on
    NixOS but we can use the DICPATH env var to point to them. Now
    spellchecking with system dictionaries works.
    
    Note that some of these dictionaries are built from LibreOffice repos -
    this is preferable to building them as part of LO as other applications
    can use them.
    mmilata committed Feb 18, 2020
    Copy the full SHA
    c95bfd2 View commit details

Commits on Feb 19, 2020

  1. asdf: 3.3.3 -> 3.3.4

    r-ryantm committed Feb 19, 2020
    Copy the full SHA
    720a81b View commit details
  2. freeorion: fix build fail

    fixes #79805
    tex authored Feb 19, 2020
    Copy the full SHA
    e49c0a0 View commit details

Commits on Feb 20, 2020

  1. gildas: 20200101_a -> 20200201_a

     - Upgrade gildas to the latest version
    
     - Remove a patch that has been included upstream
    
     - Re-enable parallel building (fixed upstream)
    smaret committed Feb 20, 2020
    Copy the full SHA
    7667207 View commit details

Commits on Feb 21, 2020

  1. rtl_433: 19.08 -> 20.02

    r-ryantm committed Feb 21, 2020
    Copy the full SHA
    031db7b View commit details

Commits on Feb 22, 2020

  1. Copy the full SHA
    951ceca View commit details
  2. Copy the full SHA
    82b5cef View commit details
  3. Copy the full SHA
    5dae87e View commit details
  4. php: add option ipv6Support

    Izorkin committed Feb 22, 2020
    Copy the full SHA
    a74fb5a View commit details
  5. php: add option pearSupport

    Izorkin committed Feb 22, 2020
    Copy the full SHA
    ac3c11a View commit details
  6. php: use external GD library

    Izorkin committed Feb 22, 2020
    Copy the full SHA
    0ee5d55 View commit details
  7. Copy the full SHA
    ffe9053 View commit details
  8. Copy the full SHA
    be18a3b View commit details
  9. Copy the full SHA
    4a3262f View commit details

Commits on Feb 23, 2020

  1. nixos/acme: move the crt to fullchain.pem

    lego already bundles the chain with the certificate,[1] so the current
    code, designed for simp_le, was resulting in duplicate certificate
    chains, manifesting as "Chain issues: Incorrect order, Extra certs" on
    the Qualys SSL Server Test.
    
    cert.pem stays around as a symlink for backwards compatibility.
    
    [1] https://github.com/go-acme/lego/blob/5cdc0002e9abb2463fffc962dadc3479f72d7486/acme/api/certificate.go#L40-L44
    emilazy committed Feb 23, 2020
    Copy the full SHA
    8ecbd97 View commit details
  2. cgal_5: 5.0 -> 5.0.1

    r-ryantm committed Feb 23, 2020
    Copy the full SHA
    92ef705 View commit details
  3. blender: enable alembic

    gebner committed Feb 23, 2020
    Copy the full SHA
    128c999 View commit details
  4. Copy the full SHA
    2ae7a8d View commit details

Commits on Feb 24, 2020

  1. Copy the full SHA
    53a5d69 View commit details
  2. Copy the full SHA
    fb90fea View commit details
  3. umoci: 0.4.4 -> 0.4.5

    zowoq committed Feb 24, 2020
    Copy the full SHA
    4ddbe3f View commit details
  4. seafile-client: use qt5's mkDerivation

    Fixes #80976
    worldofpeace committed Feb 24, 2020
    Copy the full SHA
    43bb5bf View commit details
  5. Copy the full SHA
    a8eba26 View commit details
  6. Copy the full SHA
    f8da067 View commit details
  7. Copy the full SHA
    ffe4009 View commit details
  8. Copy the full SHA
    06238ce View commit details
  9. vde2: update homepage

    worldofpeace committed Feb 24, 2020
    Copy the full SHA
    e5c3bb4 View commit details

Commits on Feb 25, 2020

  1. Copy the full SHA
    633bdfc View commit details
  2. patroni: init at 1.6.4

    Souvik Sen authored and invokes-su committed Feb 25, 2020
    Copy the full SHA
    e6c42d3 View commit details
  3. Merge pull request #81000 from marsam/update-spotify-tui

    spotify-tui: 0.14.0 -> 0.15.0
    marsam authored Feb 25, 2020
    Copy the full SHA
    5ae5163 View commit details
  4. Merge pull request #80980 from zowoq/umoci

    umoci: 0.4.4 -> 0.4.5
    marsam authored Feb 25, 2020
    Copy the full SHA
    d8d49ea View commit details
  5. Merge pull request #80836 from zowoq/skaffold

    skaffold: 1.3.1 -> 1.4.0
    marsam authored Feb 25, 2020
    Copy the full SHA
    82cbc6a View commit details
  6. llvmPackages_10: copy llvmPackages_9

    * starting with rc2
    * make `lldb` compilable again on Darwin
    * separate out manpage creation for `lldb` into a new derivation
    * minor tweaks to the patching of sources,
      some of which are backportable to earlier versions
    ggreif committed Feb 25, 2020
    Copy the full SHA
    f111c6f View commit details
  7. Merge pull request #81001 from marsam/update-postgis

    postgresqlPackages.postgis: 3.0.0 -> 3.0.1
    marsam authored Feb 25, 2020
    Copy the full SHA
    6ee4ac1 View commit details
  8. Merge pull request #78482 from ggreif/master

    llvmPackages_10: init at rc2
    basvandijk authored Feb 25, 2020
    Copy the full SHA
    b63491f View commit details
  9. Merge pull request #79900 from Gabriel439/gabriel/dhall_packages_2

    Add Nixpkgs support for Dhall
    Profpatsch authored Feb 25, 2020
    Copy the full SHA
    8246c35 View commit details
  10. Copy the full SHA
    58dac37 View commit details
  11. Merge pull request #80696 from deshaw/contrib/patroni

    patroni: init at 1.6.4
    grahamc authored Feb 25, 2020
    Copy the full SHA
    b6f8e00 View commit details
  12. Copy the full SHA
    c1e376e View commit details
  13. Merge pull request #80640 from smaret/gildas-20200201a

    gildas: 20200101_a -> 20200201_a
    veprbl authored Feb 25, 2020
    Copy the full SHA
    b9ee6cd View commit details
  14. liblinear: use absolute install name on Darwin (#81015)

    nixpkgs prefers absolute install names. Replace the manually specified
    relative install name with the standard hook.
    thefloweringash authored Feb 25, 2020
    Copy the full SHA
    1a73b69 View commit details
  15. Merge pull request #80155 from r-ryantm/auto-update/blender

    blender: 2.81a -> 2.82
    lsix authored Feb 25, 2020
    Copy the full SHA
    563b480 View commit details
  16. pythonPackages.fastdtw: init at 0.3.4

    Fast implementation of Dynamic Time Warping algorithm.
    
    Dependency for qiskit-aqua.
    drewrisinger authored and Jon committed Feb 25, 2020
    Copy the full SHA
    ee3226b View commit details
  17. pythonPackages.qiskit-terra: init at 0.12.0

    Qiskit is a quantum information toolkit from IBM. This commit
    follows the new Qiskit scheme of breaking from one large package into
    smaller packages (terra, aer, etc), and then having a single
    meta-package "qiskit" that comprises them.
    drewrisinger authored and Jon committed Feb 25, 2020
    Copy the full SHA
    49ad19b View commit details
Loading