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: 3074027738f5
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: bf2a90298ab8
Choose a head ref
  • 15 commits
  • 10 files changed
  • 7 contributors

Commits on Sep 4, 2018

  1. gildas: fix makefile rule

    smaret committed Sep 4, 2018
    Copy the full SHA
    3bc8980 View commit details
  2. mxnet: fix library dependencies.

    - mxnet now builds the open source MKL DNN library. However, this
      was not included with the build.
    - mxnet builds its own OpenMP library, even when OpenMP is provided
      by the system. This leads to problems, so remove the included
      OpenMP implementation:
    
      apache/mxnet#12160
    danieldk committed Sep 4, 2018
    Copy the full SHA
    590ce7d View commit details
  3. Copy the full SHA
    19ac917 View commit details
  4. python[23]Packages.mxnet: fix build

    Relax graphviz, numpy, requests dependency version bounds.
    danieldk committed Sep 4, 2018
    Copy the full SHA
    e57e92b View commit details
  5. dconf module: add dconf to services.dbus.packages

    Some programs like eog seem to need dconf accessible on dbus.
    Without this change I get
    
    (eog:1738): dconf-WARNING **: 21:20:52.770: failed to commit changes to
    dconf: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
    ca.desrt.dconf was not provided by any .service files
    symphorien committed Sep 4, 2018
    Copy the full SHA
    88ae8f7 View commit details

Commits on Sep 5, 2018

  1. Copy the full SHA
    b76cf0b View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    f685edb View commit details
  3. Copy the full SHA
    92010b7 View commit details
  4. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    de9a2fd View commit details
  5. linux: 4.18.5 -> 4.18.6

    NeQuissimus committed Sep 5, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    25cad43 View commit details
  6. Merge pull request #46058 from symphorien/dconf-dbus

    dconf module: add dconf to services.dbus.packages
    jtojnar authored Sep 5, 2018
    Copy the full SHA
    bf8386a View commit details
  7. spotify: 1.0.88.353.g15c26ea1-14 -> 1.0.83.316.ge96b6e67-5

    The recent update is broken. Playing a song causes spotify to segfault.
    This is probably
    https://community.spotify.com/t5/Desktop-Linux/Segfault-with-the-new-update/td-p/4554830#,
    which was recognized by upstream and will hopefully be fixed soon.
    timokau committed Sep 5, 2018
    Copy the full SHA
    d89b1f0 View commit details
  8. Merge pull request #46099 from timokau/spotify-17

    spotify: 1.0.88.353.g15c26ea1-14 -> 1.0.83.316.ge96b6e67-5
    timokau authored Sep 5, 2018
    Copy the full SHA
    0e37f90 View commit details
  9. Merge pull request #46095 from smaret/gildas-build-fixes

    gildas: fix build failures
    xeji authored Sep 5, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    67d796d View commit details
  10. Merge pull request #46053 from danieldk/mxnet-fixes

    pythonPackages.mxnet: fix build
    xeji authored Sep 5, 2018
    Copy the full SHA
    bf2a902 View commit details
Loading