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: 52a1179b6c20
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: f753852e11d7
Choose a head ref
  • 9 commits
  • 9 files changed
  • 8 contributors

Commits on Sep 17, 2018

  1. brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds

    CMAKE passes the flag -rdynamic otherwise (which is not recognized by mingw).
    Setting the appropriate flag avoids this problem and allows the build
    to succeed.
    mcmtroffaes committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    e4f1968 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

  1. Configuration menu
    Copy the full SHA
    3b0d303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3063794 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46773 from mcmtroffaes/feature/fix-brotli-mingw

    brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds
    matthewbauer committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    3bc7ad9 View commit details
    Browse the repository at this point in the history
  4. nixos/iso-image: fix 32bit UEFI boot

    UEFI iso image for i686 didn't boot because the
    default boot file was incorrectly named bootx32.efi.
    The correct name is bootia32.efi.
    xeji committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    845ae98 View commit details
    Browse the repository at this point in the history
  5. gnomecast: 1.4.0 -> 1.4.1 (#47191)

    dtzWill authored and xeji committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    c20caa6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #47194 from markuskowa/gr-updates

    gnuradio-[rds,nacl]: 2016-08-27 -> 1.0.0, 2015-11-05 -> 2017-04-10
    xeji committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    434c261 View commit details
    Browse the repository at this point in the history
  7. Introduce desync, an alternate implementation of casync (#47195)

    desync isn't as feature-rich as casync, but has a focus on production usability
    and implementation quality which may make it a more appropriate tool.
    charles-dyfis-net authored and xeji committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    bd13ef5 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Merge pull request #47196 from xeji/p/iso-boot-ia32

    nixos/iso-image: fix 32bit UEFI boot
    samueldr committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    f753852 View commit details
    Browse the repository at this point in the history