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: 93506c3a0b09
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5165dfe9dea0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 21, 2018

  1. dolphinEmuMaster: mark broken on darwin

    The default version isn't enabled on darwin either, however it did work
    at some point.
    
        /tmp/nix-build-dolphin-emu-2018-08-17.drv-0/source/Source/Core/Core/NetPlayServer.cpp:1180:26: error: unknown type name 'lzo_uint32_t'; did you mean 'lzo_uint32'?
          std::vector<u8> wrkmem(LZO1X_1_MEM_COMPRESS);
    
    /cc ZHF #45961
    
    (cherry picked from commit f6bc086)
    LnL7 committed Sep 21, 2018
    Copy the full SHA
    488a45d View commit details
    Browse the repository at this point in the history
  2. dico: mark linux only.

    Never built successfully.
    
        Undefined symbols for architecture x86_64:
          "_rpl_strerror", referenced from:
              _default_print_diag in libgrecs.a(diag.o)
              _grecs_symtab_strerror in libgrecs.a(symtab.o)
              _parse_inet in libgrecs.a(sockaddr.o)
        ld: symbol(s) not found for architecture x86_64
    
    /cc ZHF #45961
    
    (cherry picked from commit 709a828)
    LnL7 committed Sep 21, 2018
    Copy the full SHA
    61ce290 View commit details
    Browse the repository at this point in the history
  3. docker-proxy: mark linux only

    Unlike docker (cli only) this probably won't work on darwin.
    
        github.com/docker/libnetwork/networkdb
        can't load package: package github.com/docker/libnetwork/ns: build constraints exclude all Go files in /private/tmp/nix-build-docker-proxy-7b2b1feb1de4817d522cc372af149ff48d25028e.drv-0/go/src/github.com/docker/libnetwork/ns
    
    /cc ZHF #45961
    
    (cherry picked from commit 33f8181)
    LnL7 committed Sep 21, 2018
    Copy the full SHA
    5165dfe View commit details
    Browse the repository at this point in the history