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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 17bcb5db3209
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7c8f27ace25b
Choose a head ref

Commits on Nov 16, 2016

  1. MAR1D: init at 0.2.0

    Radvendii committed Nov 16, 2016
    Copy the full SHA
    7c955ab View commit details

Commits on Dec 15, 2016

  1. irods: init at 4.2.0

    bzizou committed Dec 15, 2016
    Copy the full SHA
    146985e View commit details

Commits on Apr 12, 2017

  1. qt4: enable gtk2 by default

    abbradar committed Apr 12, 2017
    Copy the full SHA
    b525898 View commit details

Commits on Apr 23, 2017

  1. quakespasm: init at 0.92.1

    Mathäus Sander committed Apr 23, 2017
    Copy the full SHA
    bbf114c View commit details

Commits on Apr 28, 2017

  1. xen service: fix xen-bridge not setting the configured netmask

    The xen-bridge service accepts the option prefixLength, but does not
    use it to set the actual netmask on the bridge. This commit makes
    it set the correct netmask.
    Michał Pałka committed Apr 28, 2017
    Copy the full SHA
    2fcb871 View commit details

Commits on Apr 29, 2017

  1. llvm: Add the LLVM OpenMP components

    Needed to build an executable that uses OpenMP with clang. This
    includes a header file and a library that clang will link into an
    executable whose source makes use of ‘omp‘ pragmas.
    acowley committed Apr 29, 2017
    Copy the full SHA
    0059131 View commit details
  2. Copy the full SHA
    86e1604 View commit details

Commits on Apr 30, 2017

  1. Copy the full SHA
    cdebfa8 View commit details

Commits on May 1, 2017

  1. crashplan: 4.8.0 -> 4.8.2

    jerith666 committed May 1, 2017
    Copy the full SHA
    66b40ad View commit details
  2. Copy the full SHA
    f5bed28 View commit details
  3. 3
    Copy the full SHA
    df5d588 View commit details
  4. openal-soft: move cmake to nativeBuildInputs

    This allows cross-compiling it.
    lheckemann committed May 1, 2017
    Copy the full SHA
    6130dfd View commit details
  5. Copy the full SHA
    4338f09 View commit details

Commits on May 2, 2017

  1. purescript: remove pinned dependencies in hackage2nix config

    The dependencies were added for purescript 0.10.7 and are no longer needed since
    the override is gone.
    themoritz committed May 2, 2017
    Copy the full SHA
    473a9be View commit details

Commits on May 3, 2017

  1. aenum: 1.4.7 -> 2.0.3

    vrthra committed May 3, 2017
    Copy the full SHA
    8678c03 View commit details
  2. agate: 1.2.2 -> 1.6.0

    vrthra committed May 3, 2017
    Copy the full SHA
    92d1882 View commit details
  3. agate-dbf: 0.1.0 -> 0.2.0

    vrthra committed May 3, 2017
    Copy the full SHA
    390f679 View commit details
  4. agate-excel: 0.1.0 -> 0.2.1

    vrthra committed May 3, 2017
    Copy the full SHA
    fcd9541 View commit details
  5. agate-sql: Init at 0.5.2

    vrthra committed May 3, 2017
    Copy the full SHA
    36acb4e View commit details
  6. dbf: 0.94.003 -> 0.96.8

    vrthra committed May 3, 2017
    Copy the full SHA
    fddbb6b View commit details
  7. python-slugify: Init at 1.2.4

    vrthra committed May 3, 2017
    Copy the full SHA
    6040adc View commit details
  8. dbfread: Enable python3

    vrthra committed May 3, 2017
    Copy the full SHA
    9187733 View commit details
  9. csvkit: 0.9.1 -> 1.0.2

    vrthra committed May 3, 2017
    Copy the full SHA
    9b5b713 View commit details
  10. dateutil: remove 2_2

    vrthra committed May 3, 2017
    Copy the full SHA
    5d1c598 View commit details
  11. openpyxl: remove 2_2_0_b1

    vrthra committed May 3, 2017
    Copy the full SHA
    d76e684 View commit details
  12. agate: refactor

    vrthra committed May 3, 2017
    Copy the full SHA
    4036bc9 View commit details
  13. agate-dbf: refactor

    vrthra committed May 3, 2017
    Copy the full SHA
    90daf2d View commit details
  14. agate-excel: refactor

    vrthra committed May 3, 2017
    Copy the full SHA
    4365d63 View commit details
  15. agate-sql: refactor

    vrthra committed May 3, 2017
    Copy the full SHA
    e13b240 View commit details
  16. dbf: refactor

    vrthra committed May 3, 2017
    Copy the full SHA
    b947069 View commit details
  17. dbfread: refactor

    vrthra committed May 3, 2017
    Copy the full SHA
    2b56afe View commit details
  18. pytimeparse: refactor

    vrthra committed May 3, 2017
    Copy the full SHA
    0ef0a4a View commit details
  19. python-slugify: refactor

    vrthra committed May 3, 2017
    Copy the full SHA
    14d951c View commit details
  20. csvkit: refactor

    vrthra committed May 3, 2017
    Copy the full SHA
    5762985 View commit details

Commits on May 4, 2017

  1. xen service: Add the possibility to override configuration of xendomains

    Add the option virtualisation.xen.domain.extraConfig, which
    allows overriding options passed to xendomains.
    Michał Pałka committed May 4, 2017
    Copy the full SHA
    3b0daa1 View commit details
  2. xen service: Forward DNS queries from Xen guests

    Provide the option forwardDns in virtualisation.xen.bridge, which
    enables forwarding of DNS queries to the default resolver, allowing
    outside internet access for the xen guests.
    Michał Pałka committed May 4, 2017
    Copy the full SHA
    e7203cb View commit details
  3. google-chrome: 57.0.2987.133 -> 58.0.3029.96

    stable: 57.0.2987.133 -> 58.0.3029.96
    beta: 58.0.3029.68 -> 59.0.3071.36
    dev: 59.0.3067.0 -> 60.0.3088.3
    benley committed May 4, 2017
    Copy the full SHA
    4a593e4 View commit details

Commits on May 5, 2017

  1. libressl: 2.5.3 -> 2.5.4

    Contains a fix for CVE-2017-8301: TLS verification vulnerability in
    LibreSSL 2.5.1 - 2.5.3 [1][2]
    
    [1]: http://seclists.org/oss-sec/2017/q2/145
    [2]: libressl/portable#307
    joachifm committed May 5, 2017
    Copy the full SHA
    e2bc4e4 View commit details
  2. Copy the full SHA
    7aafda3 View commit details
  3. Copy the full SHA
    401ace9 View commit details
  4. watson: init at 1.4.0

    mguentner committed May 5, 2017
    Copy the full SHA
    de53284 View commit details
  5. ipfs service: Fix dataDir being ignored

    IPFS uses the environment variable IPFS_PATH to determine where to look for it's data, which wasn't set previously therefore ignoring the dataDir attribute
    infinisil committed May 5, 2017
    Copy the full SHA
    91ee353 View commit details
  6. pngquant: 2.6.0 -> 2.9.1

    Volth committed May 5, 2017
    Copy the full SHA
    76b5d53 View commit details
  7. mb2md: init at 3.20

    jb55 committed May 5, 2017
    Copy the full SHA
    8d03054 View commit details
  8. haskell: work around linker limits on Mac OS X Sierra.

    The Sierra linker added a limit on the number of paths that any one
    dynamic library (`*.dylib`) can reference.  This causes problems when
    a Haskell library has many immediate dependencies (#22810).
    
    We follow a similar fix as GHC/Cabal/Stack: for each derivation,
    create a new directory with symlinks to all the dylibs of its immediate
    dependencies, and patch its package DB to reference that directory
    using the new `dynamic-library-dirs` field.
    
    Note that this change is a no-op for older versions of GHC, i.e., they will
    continue to fail on some packages as before.
    
    Also note that this change causes the bootstrapped versions of GHC to be
    recompiled, since they depend on `hscolour` which is built by
    `generic-builder.nix`.
    
    Tested by building the `stack` binary as described in #22810.
    judah committed May 5, 2017
    Copy the full SHA
    7131e06 View commit details
  9. Merge pull request #25523 from joachifm/libressl-2_5_4

    libressl: 2.5.3 -> 2.5.4
    joachifm authored May 5, 2017
    Copy the full SHA
    ea92931 View commit details
  10. haxe: 3.2.1 -> 3.4.2

    andyli committed May 5, 2017
    Copy the full SHA
    56b30bf View commit details
  11. Copy the full SHA
    2caa7b8 View commit details
  12. Copy the full SHA
    c52b426 View commit details
  13. firefox-bin: 53.0 -> 53.0.2

    taku0 committed May 5, 2017
    Copy the full SHA
    de8073c View commit details
Loading