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: 82e1691d3b10
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 16144baa1eca
Choose a head ref
  • 6 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 27, 2019

  1. idrisPackages.idris-wrapper: Fix linking to gmp library

    This has been broken since 5d18129,
    which updated idris from 1.3.0 to 1.3.1, which included
    idris-lang/Idris-dev#4472 as the cause of the
    error. I'm still not entirely sure why this broke it though.
    
    This now way should be rather future proof, it uses NIX_CFLAGS to pass
    gpm link flags to our CC wrapper directly. The
    `NIX_CC_WRAPPER_${stdenv.cc.infixSalt}_TARGET_HOST` part I'm pretty sure
    is needed for the CC wrapper to know that those CFLAGS are meant for the
    cc running on the HOST.
    
    (cherry picked from commit cfd2e67)
    infinisil authored and rycee committed Jul 27, 2019
    Copy the full SHA
    203b026 View commit details
    Browse the repository at this point in the history
  2. idrisPackages.idris-wrapper: Use stdenv's cc instead of always gcc

    This should make it work on Darwin with clang.
    
    (cherry picked from commit 271403c)
    infinisil authored and rycee committed Jul 27, 2019
    Copy the full SHA
    112f522 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Add package for libguesfs containing libguestfs appliances

    Appliances are necessary when building images using virt-builder.
    (e.g. `virt-builder -o debian-9.img debian-9`)
    
    Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
    (cherry picked from commit ecb90ae)
    Roosembert Palacios authored and cdepillabout committed Jul 28, 2019
    Copy the full SHA
    1e6c910 View commit details
    Browse the repository at this point in the history
  2. memtest86-efi: init at 8.0 (backport to 19.03)

    This creates a new package, memtest86-efi.  This is a recent version of
    the unfree version of memtest86.
    
    There appear to be no restrictions on the use or redistribution of this.
    
    Backport from #60967.
    
    (cherry picked from commit d273bf5eb4335e60e7d2c8d63f2325aab4b1041d)
    (cherry picked from commit e01e13a5477b7efb503ac5eb26e3cc2bde1375b9)
    (cherry picked from commit 439a7552bd2e074f97ac574f360e23f1c20ba769)
    (cherry picked from commit 4abafaf3ccdc1b067804ceb8f4e9e26805ee4513)
    cdepillabout committed Jul 28, 2019
    Copy the full SHA
    9168977 View commit details
    Browse the repository at this point in the history
  3. nixos/systemd-boot: add support for memtest86 EFI app (backport to 19…

    ….03)
    
    This commit adds support for installing the memtest86 EFI app and adding
    a boot entry for it with systemd-boot.
    
    Backported from #61036.
    
    (cherry picked from commit b12ea62)
    (cherry picked from commit d88d675)
    cdepillabout committed Jul 28, 2019
    Copy the full SHA
    3c21a29 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #61806 from cdepillabout/backport-memtest86

    memtest86-efi: backport to 19.03
    samueldr committed Jul 28, 2019
    Copy the full SHA
    16144ba View commit details
    Browse the repository at this point in the history