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: d7b8f68c05da
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1a1a5af2521e
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 20, 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
    LnL7 committed Sep 20, 2018
    Copy the full SHA
    f6bc086 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
    LnL7 committed Sep 20, 2018
    Copy the full SHA
    709a828 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
    LnL7 committed Sep 20, 2018
    Copy the full SHA
    33f8181 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Merge pull request #47051 from LnL7/darwin-broken-d

    broken darwin packages (d)
    LnL7 committed Sep 21, 2018
    Copy the full SHA
    1a1a5af View commit details
    Browse the repository at this point in the history