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: 4062990844ae
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d862661b7c29
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 17, 2018

  1. aspino: fix build

    Aspino patched `libglucose` for their own uses, however they currently
    depend on glucose v4.0.
    (see https://github.com/alviano/aspino/tree/e31c3b4e5791a454e6602439cb26bd98d23c4e78/patches)
    
    The patches don't apply properly on `glucose-4.1` anymore, furthermore
    the new source directory caused the `bootstrap.sh` from `aspino` which
    was supposed to apply the patches and recompile the setup to break.
    
    Furthermore some minor changes to the derivation were introduced:
    
    - upgraded from `2016-01-31` to `2017-03-09`
    - the name contains an `-unstable-` infix as upstream has no releases
    - instead of a `patchPhase` the `postPatch` hook will be used for
      `substituteInPlace` to keep advanced patching features from `nixpkgs`
      available.
    - `patchShebangs` will be called to avoid impurities because of the
      implicit reliance on `/bin/sh`
    - added myself as second maintainer to have more people available in
      case of any further breackage
    
    See https://hydra.nixos.org/build/70688471/log
    See ticket #36453
    Ma27 authored and gebner committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    d862661 View commit details
    Browse the repository at this point in the history