Skip to content
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
base: d83c8f4616e1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bea10bfcab52
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 25, 2018

  1. woeusb: add p7zip to runtime deps

    * woeusb: add p7zip to runtime deps enable extra feature (#47982)
    
    WoeUSB depends on presence of '7z` binary in the path to execute an extra step. 
    As Windows 7's installation media doesn't place the required EFI bootloaders
    in the right location, WoeUSB extracts them from the system image manually
    using '7z' binary which it checks with 'command -v 7z'.
    
    See related code at:
    https://github.com/slacka/WoeUSB/blob/aea4f91783d60fe092605cf26b996d1ba593f976/src/woeusb#L1530
    
    * woeusb: split native build inputs
    gleber authored and c0bw3b committed Nov 25, 2018
    Copy the full SHA
    bea10bf View commit details
    Browse the repository at this point in the history