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: 4a9da1c5381c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ba7a1b65058c
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 9, 2017

  1. epstool: add package

    asppsa committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    f0ebcc6 View commit details
    Browse the repository at this point in the history
  2. octave: add runtime texinfo dependency

    makeinfo (provided by the texinfo package) is used by the "help"
    command in Octave to display info about functions, etc.  By default,
    Octave looks for "makeinfo" in the PATH, rather than specifying the
    location of the executable.  This results in Nix not being aware that
    makeinfo is required at runtime (so unless you happen have makeinfo
    available from your path, "help" won't work).
    
    This patch fixes that by setting the path to makeinfo in Octave,
    thereby creating a runtime dependency on texinfo.
    asppsa committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    250ddfe View commit details
    Browse the repository at this point in the history
  3. octaveHg: add package

    asppsa committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    813eb41 View commit details
    Browse the repository at this point in the history
  4. purePackages.octave: Use octaveHg

    Pure's Octave package compiles but crashes with Octave 4.2 due to an
    upstream bug which is fixed in mercurial.
    asppsa committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    68c56c4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #24520 from asppsa/octave-hg

    Add Octave HG version, use with purePackages.octave
    7c6f434c committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    ba7a1b6 View commit details
    Browse the repository at this point in the history