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: c89cbdcd48bf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 643fabf8ea58
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 11, 2018

  1. syncthing: fix build (#51866)

    ###### Motivation for this change
    
    fixes #51825 
    
    ###### Things done
    
    <!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. -->
    
    - [x] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS)
    - Built on platform(s)
       - [x] NixOS
       - [ ] macOS
       - [ ] other Linux distributions
    - [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
    - [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nox --run "nox-review wip"`
    - [ ] Tested execution of all binary files (usually in `./result/bin/`)
    - [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)
    - [ ] Assured whether relevant documentation is up to date
    - [x] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
    
    ---
    Mic92 committed Dec 11, 2018
    Copy the full SHA
    643fabf View commit details
    Browse the repository at this point in the history