Commits on Aug 22, 2018
  1. nixUnstable: Include a copy of libboost_context

    edolstra committed Aug 22, 2018
    This shaves 47 MiB off the closure size. (libboost_context.so is only
    19 KiB.)
Commits on Aug 9, 2018
  1. nix1: don't deliver perl-bindings of nixStable (a.k.a nix2)

    Ma27 committed Aug 9, 2018
    This causes collisions between the build outputs of `nix` when building
    in an environment with `nix1.perl-bindings` and `nix`:
    
    ```
    collision between `/nix/store/aa4rrcj7dg2xj4rfkiclcmp745ibqng0-nix-2.0.4/lib/libnixstore.so' and `/nix/store/sp0sdi4bll80h58big1iy8kkh3qqxpw2-nix-1.11.16/lib/libnixstore.so'
    builder for '/nix/store/wgbccin107lhm8cv9imnnvkx1j2pgibc-hydra-perl-deps.drv' failed with exit code 25
    ```
Commits on Jul 31, 2018
Commits on Jul 28, 2018
  1. nix: don't use /tmp for the tests on darwin

    LnL7 committed Jul 28, 2018
    Unlike on linux these are not namespaced per user so this will cause
    build failures if /tmp/nix-test was not removed by a previous build if
    the nixbld user id doesn't match by accident. Nix already creates a
    unique tempdir for builds so we can use that instead.
    
    Fixes #44172
Commits on Jul 19, 2018
  1. treewide: remove aliases in nixpkgs

    matthewbauer committed Jul 17, 2018
    This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
    true;}'’ work in Nixpkgs.
    
    Misc...
    
    - qtikz: use libsForQt5.callPackage
    
      This ensures we get the right poppler.
    
    - rewrites:
    
      docbook5_xsl -> docbook_xsl_ns
      docbook_xml_xslt -> docbook_xsl
    
    diffpdf: fixup
Commits on May 31, 2018
  1. nix: 2.0.3 -> 2.0.4

    edolstra committed May 31, 2018
Commits on May 30, 2018
  1. nix: 2.0.2 -> 2.0.3

    edolstra committed May 30, 2018
Commits on May 9, 2018
  1. treewide: remove lib.meta.enableIfAvailable

    matthewbauer committed May 9, 2018
Commits on May 4, 2018
  1. nix: 2.0.1 -> 2.0.2

    edolstra committed May 4, 2018
Commits on Apr 29, 2018
  1. nix: fix stdenv.system check -- should be hostPlatform

    dtzWill committed Apr 29, 2018
    (stdenv.system is the system running the build, apparently)
Commits on Apr 20, 2018
  1. nix: 2.0 -> 2.0.1

    edolstra committed Apr 20, 2018
Commits on Apr 17, 2018
Commits on Apr 11, 2018
Commits on Mar 27, 2018
  1. libseccomp: Disable only on RISC-V if Linux.

    shlevy committed Mar 25, 2018
    The isSeccomputable flag treated Linux without seccomp as just a
    normal variant, when it really should be treated as a special case
    incurring complexity debt to support.
Commits on Mar 11, 2018
  1. nix: Fix build on ARMv6

    dezgeg committed Mar 11, 2018
Commits on Mar 7, 2018
Commits on Mar 5, 2018
Commits on Mar 3, 2018
Commits on Feb 25, 2018
  1. Only build libseccomp on supported systems

    shlevy committed Feb 25, 2018
Commits on Feb 22, 2018
  1. Merge remote-tracking branch 'origin/master' into nix-2.0

    edolstra committed Feb 22, 2018
  2. Doh

    edolstra committed Feb 22, 2018
  3. Doh

    edolstra committed Feb 22, 2018
  4. nix: 1.11.16 -> 2.0

    edolstra committed Feb 22, 2018
Commits on Feb 19, 2018
  1. nixUnstable: bump for minor fix to unbreak seccomp builds

    dtzWill committed Feb 19, 2018
  2. nixUnstable: 2.0pre5951_690ac7c9 -> 2.0pre5967_623fcb07.

    shlevy committed Feb 19, 2018
    Important security patch for no-seccomp systems.
Commits on Feb 18, 2018
Commits on Feb 16, 2018
  1. Merge staging and PR #35021

    vcunat committed Feb 16, 2018
    It's the last staging commit (mostly) built on Hydra,
    and a minimal fix for Darwin regression in pysqlite.
Commits on Feb 15, 2018
Commits on Feb 14, 2018
Commits on Feb 13, 2018
  1. nixUnstable: Bump

    shlevy committed Feb 13, 2018
  2. nixUnstable: Enable cross-compilation

    bgamari authored and dtzWill committed Dec 10, 2017
    Older nix versions likely aren't feasible due to the perl dependency.