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: 8bd736c78918
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 749d51bf3562
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 28, 2019

  1. qgrep: fix darwin and aarch64-linux build

    https://hydra.nixos.org/build/108321871
    https://hydra.nixos.org/build/108556036
    
    Things done:
    
    * SSE2 isn't available for the aarch64-target of GCC (the package builds
      on aarch64 without those flags and works fine as well).
    
    * Added missing darwin libraries.
    
    * Applied a darwin-specific patch which disables i386 as target platform
      (breaks at least on MacOS catalina otherwise).
    Ma27 committed Dec 28, 2019
    Copy the full SHA
    749d51b View commit details
    Browse the repository at this point in the history