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: 86cee9771b9c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7f4b26681ded
Choose a head ref
  • 19 commits
  • 16 files changed
  • 6 contributors

Commits on Oct 19, 2018

  1. Copy the full SHA
    2ebc303 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. quilter: 1.6.3 -> 1.6.8

    worldofpeace committed Oct 31, 2018
    Copy the full SHA
    622eb09 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    398282c View commit details
    Browse the repository at this point in the history
  3. notejot: 1.4.5 -> 1.4.7

    worldofpeace committed Oct 31, 2018
    Copy the full SHA
    a9288f1 View commit details
    Browse the repository at this point in the history
  4. hashit: 0.2.0 -> 1.0.0

    worldofpeace committed Oct 31, 2018
    Copy the full SHA
    8bf7056 View commit details
    Browse the repository at this point in the history
  5. aesop: 1.0.5 -> 1.0.7

    worldofpeace committed Oct 31, 2018
    Copy the full SHA
    c1e3f1c View commit details
    Browse the repository at this point in the history
  6. regextester: 0.1.7 -> 1.0.1

    * uses meson now
    * crashes on start complaining schema not installed,
      so I added a postInstall that compiles the schema?
      Fixes the problem but I'm not particularly familiar
      with these bits so review appreciated.
    dtzWill authored and worldofpeace committed Oct 31, 2018
    Copy the full SHA
    8f2a1dc View commit details
    Browse the repository at this point in the history
  7. spice-up: 1.3.2 -> 1.6.0

    worldofpeace committed Oct 31, 2018
    Copy the full SHA
    144c726 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Copy the full SHA
    fdc19ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48697 from ElvishJerricco/jailbreak-cabal-helper

    haskellPackages.cabal-helper: Jailbreak restrictive bounds.
    peti committed Nov 2, 2018
    Copy the full SHA
    82822c6 View commit details
    Browse the repository at this point in the history
  3. nasc: 0.4.7 -> 0.5.0

    worldofpeace committed Nov 2, 2018
    Copy the full SHA
    0a2420b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #49560 from worldofpeace/eos-third-update

    update some elementary thirdparty apps
    jtojnar committed Nov 2, 2018
    Copy the full SHA
    3493f44 View commit details
    Browse the repository at this point in the history
  5. avrlibc: set platforms to avr-none

    It will only build on avr architectures.
    matthewbauer committed Nov 2, 2018
    Copy the full SHA
    0b66270 View commit details
    Browse the repository at this point in the history
  6. opentx: don’t use nano

    Vanilla newlib doesn’t install nano.
    matthewbauer committed Nov 2, 2018
    Copy the full SHA
    836cbf6 View commit details
    Browse the repository at this point in the history
  7. axoloti: don’t hardode paths

    Some of these paths are not in gcc-arm-embedded (instead binutils-arm-embedded).
    matthewbauer committed Nov 2, 2018
    Copy the full SHA
    5df22e3 View commit details
    Browse the repository at this point in the history
  8. inav: don’t use nano

    not in newlib
    matthewbauer committed Nov 2, 2018
    Copy the full SHA
    94a2cde View commit details
    Browse the repository at this point in the history
  9. betaflight: don’t use nano

    not in newlib
    matthewbauer committed Nov 2, 2018
    Copy the full SHA
    a423464 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. make-derivation: add disallowedReferences in strictDeps

    When strictDeps = true, we don’t want native build inputs to end up in
    the output. For instance gcc is a builtin native build input and
    should only show up in an output if it is also listed in buildInputs.
    
    /cc @Ericson2314
    matthewbauer committed Nov 3, 2018
    1
    Copy the full SHA
    8dbfb61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49417 from matthewbauer/disallow-native-build-inputs

    Disallow references to nativeBuildInputs
    matthewbauer committed Nov 3, 2018
    Copy the full SHA
    7f4b266 View commit details
    Browse the repository at this point in the history