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: 573c52036c9b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 053453c9c6ed
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 9, 2018

  1. looking-glass-client: restrict to x86_64-linux

    The AArch64 build fails after trying to pull in tmmintrin.h:
    
    ```
    ../common/memcpySSE.h:24:23: fatal error: tmmintrin.h: No such file or directory
     #include <tmmintrin.h>
                           ^
    compilation terminated.
    make: *** [Makefile:29: .build/renderers/opengl.o] Error 1
    ```
    
    Which are SSSE3 intrinsics unsupported on ARM. This package also likely would
    not be useful on ARM, as it requires KVM and a compatible KVM guest running
    the frame relay (usually Windows).
    Kevin Liu committed Feb 9, 2018
    Copy the full SHA
    a5524e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Merge pull request #34782 from Pneumaticat/patch-1

    looking-glass-client: restrict to x86_64-linux
    Mic92 committed Feb 10, 2018
    Copy the full SHA
    053453c View commit details
    Browse the repository at this point in the history