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: 1b3111e4361f
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: 6c0427e8ec94
Choose a head ref

Commits on Jun 12, 2018

  1. Add imalison maintainer

    colonelpanic8 committed Jun 12, 2018
    Copy the full SHA
    f67a83c View commit details
  2. Copy the full SHA
    5313813 View commit details

Commits on Jun 24, 2018

  1. ocamlPackages.re: 1.7.1 -> 1.7.3

    vbgl committed Jun 24, 2018
    Copy the full SHA
    ea7c74c View commit details
  2. Copy the full SHA
    3e60af0 View commit details

Commits on Jun 25, 2018

  1. Copy the full SHA
    ec81355 View commit details
  2. Copy the full SHA
    460b994 View commit details
  3. Copy the full SHA
    3be343d View commit details

Commits on Jun 26, 2018

  1. xcode: add xcodePlatform to system

    This give us a little bit more control over what target we are using.
    Eventually we can target other things like WatchOS or MacOS.
    matthewbauer committed Jun 26, 2018
    Copy the full SHA
    0bfffbc View commit details
  2. lief: init at 0.9.0

    Lassulus committed Jun 26, 2018
    Copy the full SHA
    7b4cf6b View commit details
  3. qiskit: fix build

    pandaman64 committed Jun 26, 2018
    Copy the full SHA
    3a2e601 View commit details
  4. Copy the full SHA
    501704b View commit details
  5. Merge pull request #42587 from volth/patch-160

    perl-packages.nix: duplicate packages -> aliases
    xeji authored Jun 26, 2018
    Copy the full SHA
    bf68e93 View commit details
  6. perlPackages.PathTools: 3.47 -> 3.74 (#42591)

    volth authored and xeji committed Jun 26, 2018
    Copy the full SHA
    9f220eb View commit details
  7. perlPackages.MHonArc: fix build (#42593)

    volth authored and xeji committed Jun 26, 2018
    Copy the full SHA
    f51c256 View commit details
  8. perlPackages: add meta.broken = true; (#42595)

    mark old and unmaintained by upstream packages as broken
    volth authored and xeji committed Jun 26, 2018
    Copy the full SHA
    ea946b0 View commit details
  9. git-sync: move to gitAndTools.git-sync

    By convention, git-related tools in nixpkgs are not added to
    the top level but bundled under gitAndTools.
    xeji committed Jun 26, 2018
    Copy the full SHA
    19ce965 View commit details
  10. Merge pull request #41876 from IvanMalison/addGitSync

    Add git sync
    xeji authored Jun 26, 2018
    Copy the full SHA
    b8ad7ec View commit details
  11. Merge pull request #42565 from Lassulus/lief

    lief: init at 0.9.0
    xeji authored Jun 26, 2018
    Copy the full SHA
    191c42d View commit details
  12. Merge pull request #42606 from pandaman64/qiskit

    qiskit: fix build
    FRidh authored Jun 26, 2018
    Copy the full SHA
    fc66a3d View commit details
  13. Merge pull request #42551 from vbgl/ocaml-re-1.7.3

     ocamlPackages.re: 1.7.1 -> 1.7.3
    xeji authored Jun 26, 2018
    Copy the full SHA
    9c5b6bb View commit details
  14. Merge pull request #42599 from obsidiansystems/xcodever-in-system

    xcode: add xcodePlatform to system
    matthewbauer authored Jun 26, 2018
    Copy the full SHA
    e4d9ce9 View commit details
  15. Merge pull request #42567 from vbgl/ocaml-psmt2-frontend

    ocamlPackages.psmt2-frontend: init at 0.1
    xeji authored Jun 26, 2018
    Copy the full SHA
    a627399 View commit details
  16. phonon-backend-vlc: use qt5 by default

    `minitube` is currently broken transitively due to the broken
    `phonon-backend-qt4`: https://hydra.nixos.org/build/76523277
    
    Although QT4 is fairly old, this package is still built with `qt4` ATM,
    however QT5 is available as well. After this change, QT5 will be built
    by default and in case anybody requires legacy QT4 it has to be enabled
    explicitly like this:
    
    ```
    with import <nixpkgs> { };
    phonon-backend-vlc.override { withQt4 = true; }
    ```
    
    Now the QT5-only build can be used (which fixes `minitube`) and there
    are no confusions anymore with the build dependencies. Previously
    `phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by
    default which was likely responsible for broken `minitube`.
    Ma27 committed Jun 26, 2018
    Copy the full SHA
    8d6502f View commit details
  17. tomahawk: mark as broken

    During `8d6502f8ca9` `phonon-backend-vlc` uses QT5 by default.
    Rather than fixing this it has been marked as broken as it's currently
    unmaintained (see c76ad47)
    and broken since March (https://hydra.nixos.org/build/71873808).
    For now I've marked it as broken as the last *stable* release is from
    2015 (see https://github.com/tomahawk-player/tomahawk/releases/tag/0.8.4).
    Ma27 committed Jun 26, 2018
    Copy the full SHA
    d856022 View commit details
  18. Merge pull request #42586 from Ma27/phonon-qt5-by-default

    phonon-backend-vlc: use qt5 by default
    xeji authored Jun 26, 2018
    Copy the full SHA
    6c0427e View commit details
Loading