Skip to content
This repository has been 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
base: d9b650f4cc5b
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 7041972128a5
Choose a head ref
  • 17 commits
  • 20 files changed
  • 9 contributors

Commits on Nov 29, 2018

  1. iso-image: Verifies the FAT partition at build.

    This is done to ensure `mtools`-based operations leave a clean FS.
    samueldr committed Nov 29, 2018
    Copy the full SHA
    0a367c4 View commit details
    Browse the repository at this point in the history
  2. iso-image: Do not use batch operations for mcopy.

    ```
           b      Batch mode. Optimized for huge recursive copies, but less secure if a crash happens during the copy.
    ```
    
    It seems the "less secure if a crash happens" does not need a crash to
    happen.
    
    With batch mode:
    
    ```
    /[...]/.
      Start (0) does not point to parent (___)
    ```
    
    For pretty much everything copied in.
    
    Without batch mode, everything passes `fsck`.
    
    See #51150
    samueldr committed Nov 29, 2018
    Copy the full SHA
    3864438 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. usbutils: fix usb.ids path

    The utility switched from /usr/share to ${datadir}, but it is still not enough
    for use. It would be nice if upstream provided configure flag.
    jtojnar committed Dec 1, 2018
    Copy the full SHA
    8560887 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51199 from samueldr/fix/iso-image-fat32

    iso-image: Verifies the FAT partition at build.
    c0bw3b committed Dec 1, 2018
    Copy the full SHA
    947be9e View commit details
    Browse the repository at this point in the history
  3. lm_sensors: 3.4.0 -> 3.5.0

    * lm_sensors: 3.4.0 -> 3.5.0 (#51117)
    
    Using releases posted on github,
    they work and I'm not sure how those fedora URL's are found anyway.
    
    * lm_sensors: cleanup
    dtzWill authored and c0bw3b committed Dec 1, 2018
    Copy the full SHA
    60b7438 View commit details
    Browse the repository at this point in the history
  4. sbt: 1.2.6 -> 1.2.7

    NeQuissimus committed Dec 1, 2018
    Copy the full SHA
    813e74a View commit details
    Browse the repository at this point in the history
  5. kernel: Remove 4.18.x

    4.18 series is EOL
    NeQuissimus committed Dec 1, 2018
    Copy the full SHA
    ff4bf60 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9950046 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    182a655 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    8f23a46 View commit details
    Browse the repository at this point in the history
  9. kernel: 4.19.5 -> 4.19.6

    NeQuissimus committed Dec 1, 2018
    Copy the full SHA
    d97f3cb View commit details
    Browse the repository at this point in the history
  10. sagenb: fix matplotlib path

    timokau committed Dec 1, 2018
    Copy the full SHA
    cb73495 View commit details
    Browse the repository at this point in the history
  11. Fix qtbase cmake for gui plugins [Qt 5.6, 5.9]

    This is 5437728 ported to Qt 5.6 and 5.9
    LTS versions.
    nioncode committed Dec 1, 2018
    Copy the full SHA
    bf3a98c View commit details
    Browse the repository at this point in the history
  12. sage: fix jmol integration

    timokau committed Dec 1, 2018
    Copy the full SHA
    0e57019 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    88b69a0 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #51342 from nioncode/fixQtGuiCmake

    Fix qtbase cmake for gui plugins [Qt 5.6, 5.9]
    viric committed Dec 1, 2018
    Copy the full SHA
    d5155f2 View commit details
    Browse the repository at this point in the history
  15. scilab-bin: adding bin/scilab symlink (#51346)

    Should fix #51343, merely adding a scilab symlink within the bin/ directory, so that it can be detected by SageMath.
    fusion809 authored and timokau committed Dec 1, 2018
    Copy the full SHA
    7041972 View commit details
    Browse the repository at this point in the history